b

binance4j-websocket

A client to communicate with the Binance Websocket API
${repository.url}
MIT License
Vivien Le Duc
Files download
File Operation
binance4j-websocket-1.0.3.jar download
binance4j-websocket-1.0.3.pom download
binance4j-websocket-1.0.3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.binance4j</groupId>
  <artifactId>binance4j-websocket</artifactId>
  <version>1.0.3</version>
</dependency>
Gradle Groovy
implementation 'com.binance4j:binance4j-websocket:1.0.3'
Gradle Kotlin
implementation("com.binance4j:binance4j-websocket:1.0.3")
Scala SBT
libraryDependencies += "com.binance4j" % "binance4j-websocket" % "1.0.3"
Groovy Grape
@Grapes(
  @Grab(group='com.binance4j', module='binance4j-websocket', version='1.0.3')
)
Apache Ivy
<dependency org="com.binance4j" name="binance4j-websocket" rev="1.0.3" />
Leiningen
[com.binance4j/binance4j-websocket "1.0.3"]
Apache Buildr
'com.binance4j:binance4j-websocket:jar:1.0.3'