b

binance4j-core

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