Riko

Riko is a third-party Java library for accessing Upstox API.


Riko

Riko is a third-party Java library for accessing Upstox API.

Minimum JDK required - JDK 9

Checkout the wiki for more details.

There’s a demo project riko-starter, available for your reference here, demonstrating the usage of Riko. Feel free to use it as a starter for your own project.

Build status: build_status

For Maven based project

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

For Gradle based project

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

For SBT based project

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