-
Notifications
You must be signed in to change notification settings - Fork 3
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:
<dependency>
<groupId>com.github.rishabh9</groupId>
<artifactId>riko</artifactId>
<version>2.0.2</version>
</dependency>
dependencies {
implementation 'com.github.rishabh9:riko:2.0.2'
}
libraryDependencies += "com.github.rishabh9" % "riko" % "2.0.2"