is not current version
Last Version 1.2.4

com.github.yonathan95:binance-java-sdk 1.2.3

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.

Categories

Categories

Java Languages
GroupId

GroupId

com.github.yonathan95
ArtifactId

ArtifactId

binance-java-sdk
Version

Version

1.2.3
Type

Type

jar

Download binance-java-sdk 1.2.3


<!-- https://jarcasting.com/artifacts/com.github.yonathan95/binance-java-sdk/ -->
<dependency>
    <groupId>com.github.yonathan95</groupId>
    <artifactId>binance-java-sdk</artifactId>
    <version>1.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yonathan95/binance-java-sdk/
implementation 'com.github.yonathan95:binance-java-sdk:1.2.3'
// https://jarcasting.com/artifacts/com.github.yonathan95/binance-java-sdk/
implementation ("com.github.yonathan95:binance-java-sdk:1.2.3")
'com.github.yonathan95:binance-java-sdk:jar:1.2.3'
<dependency org="com.github.yonathan95" name="binance-java-sdk" rev="1.2.3">
  <artifact name="binance-java-sdk" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yonathan95', module='binance-java-sdk', version='1.2.3')
)
libraryDependencies += "com.github.yonathan95" % "binance-java-sdk" % "1.2.3"
[com.github.yonathan95/binance-java-sdk "1.2.3"]