is not current version
Last Version 1.0.3

com.github.natezhengbne:binance-client 1.0.1

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.

Categories

Categories

CLI User Interface
GroupId

GroupId

com.github.natezhengbne
ArtifactId

ArtifactId

binance-client
Version

Version

1.0.1
Type

Type

jar

Download binance-client 1.0.1


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