MVN

com.github.yonathan95 : binance-java-sdk

Maven & Gradle

May 22, 2021
12 stars

Binance java sdk · This is Binance Java SDK, This is a lightweight Java library, you can import to your Java project and use this SDK to query all market data, trading and manage your account. The SDK supports both synchronous and asynchronous RESTful API invoking, and subscribe the market data from the Websocket connection.

<dependency>
    <groupId>com.github.yonathan95</groupId>
    <artifactId>binance-java-sdk</artifactId>
    <version>1.2.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.yonathan95 : binance-java-sdk to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.4

All Versions

Choose a version of com.github.yonathan95 : binance-java-sdk to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
binance-java-sdk-1.2.4
binance-java-sdk-1.2.3

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.yonathan95</groupId>
    <artifactId>binance-java-sdk</artifactId>
    <version>1.2.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.yonathan95 : binance-java-sdk gradle dependency to your build.gradle file:

implementation 'com.github.yonathan95:binance-java-sdk:1.2.4'

Gradle Kotlin DSL: Add the following com.github.yonathan95 : binance-java-sdk gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.yonathan95:binance-java-sdk:1.2.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.yonathan95 : binance-java-sdk sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.yonathan95" % "binance-java-sdk" % "1.2.4"