Skip to content

Including Riko in your project

Rishabh Joshi edited this page Dec 13, 2018 · 4 revisions

You can add Riko as a dependency in your project as follows:

For Maven based project

<dependency>
    <groupId>com.github.rishabh9</groupId>
    <artifactId>riko</artifactId>
    <version>2.0.2</version>
</dependency>

For Gradle based project

dependencies {
    implementation 'com.github.rishabh9:riko:2.0.2'
}

For SBT based project

libraryDependencies += "com.github.rishabh9" % "riko" % "2.0.2"