MVN

io.github.okex : okexchain-java-sdk

Maven & Gradle

May 26, 2022
26 stars

okexchain-java-sdk · The OKxChain Java SDK is a lightweight Java library to interact with OKxChain through rest

<dependency>
    <groupId>io.github.okex</groupId>
    <artifactId>okexchain-java-sdk</artifactId>
    <version>1.1.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.okex : okexchain-java-sdk to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.8

All Versions

Choose a version of io.github.okex : okexchain-java-sdk to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
okexchain-java-sdk-1.1.8
okexchain-java-sdk-1.1.7
okexchain-java-sdk-1.1.6
0.18.x
okexchain-java-sdk-0.18.4
okexchain-java-sdk-0.18.3
okexchain-java-sdk-0.18.2
okexchain-java-sdk-0.18.1

How to add a dependency to Maven

Add the following io.github.okex : okexchain-java-sdk maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.okex</groupId>
    <artifactId>okexchain-java-sdk</artifactId>
    <version>1.1.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.okex : okexchain-java-sdk gradle dependency to your build.gradle file:

implementation 'io.github.okex:okexchain-java-sdk:1.1.8'

Gradle Kotlin DSL: Add the following io.github.okex : okexchain-java-sdk gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.okex:okexchain-java-sdk:1.1.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.okex : okexchain-java-sdk sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.okex" % "okexchain-java-sdk" % "1.1.8"