b

binance4j-market

Connector for the Market endpoint of the Binance API
https://github.com/binance4j/binance4j
MIT License
Vivien Le Duc
Files download
File Operation
binance4j-market-1.7.5.jar download
binance4j-market-1.7.5.pom download
binance4j-market-1.7.5-sources.jar download
Apache Maven
<dependency>
  <groupId>com.binance4j</groupId>
  <artifactId>binance4j-market</artifactId>
  <version>1.7.5</version>
</dependency>
Gradle Groovy
implementation 'com.binance4j:binance4j-market:1.7.5'
Gradle Kotlin
implementation("com.binance4j:binance4j-market:1.7.5")
Scala SBT
libraryDependencies += "com.binance4j" % "binance4j-market" % "1.7.5"
Groovy Grape
@Grapes(
  @Grab(group='com.binance4j', module='binance4j-market', version='1.7.5')
)
Apache Ivy
<dependency org="com.binance4j" name="binance4j-market" rev="1.7.5" />
Leiningen
[com.binance4j/binance4j-market "1.7.5"]
Apache Buildr
'com.binance4j:binance4j-market:jar:1.7.5'