Binance_Futures_Java

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.

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

com.github.natezhengbne
ArtifactId

ArtifactId

binance-client
Last Version

Last Version

1.0.3
Release Date

Release Date

Type

Type

jar
Description

Description

Binance_Futures_Java
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.
Project URL

Project URL

https://github.com/natezhengbne/Binance_Futures_Java

Download binance-client

How to add to project

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

Dependencies

compile (6)

Group / Artifact Type Version
com.squareup.okhttp3 : okhttp jar 3.12.1
com.alibaba : fastjson jar 1.2.47
ch.qos.logback : logback-classic jar 1.2.3
org.apache.commons : commons-lang3 jar 3.6
commons-codec : commons-codec jar 1.10
commons-lang : commons-lang jar 2.6

test (3)

Group / Artifact Type Version
org.powermock : powermock-api-mockito jar 1.7.4
org.powermock : powermock-module-junit4 jar 1.7.4
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.3
1.0.2
1.0.1
1.0.0