MVN

com.binance4j : binance4j-websocket

Maven & Gradle

Aug 18, 2022
14 stars

binance4j-websocket · Websocket connectors for the Binance API

<dependency>
    <groupId>com.binance4j</groupId>
    <artifactId>binance4j-websocket</artifactId>
    <version>2.4.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.binance4j : binance4j-websocket to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.4.0

All Versions

Choose a version of com.binance4j : binance4j-websocket to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.4.x
binance4j-websocket-2.4.0
2.3.x
binance4j-websocket-2.3.0
2.2.x
binance4j-websocket-2.2.0
2.1.x
binance4j-websocket-2.1.1
binance4j-websocket-2.1.0
2.0.x
binance4j-websocket-2.0.8
binance4j-websocket-2.0.7
binance4j-websocket-2.0.6
binance4j-websocket-2.0.5
binance4j-websocket-2.0.4
binance4j-websocket-2.0.3
binance4j-websocket-2.0.2
binance4j-websocket-2.0.1
1.7.x
binance4j-websocket-1.7.5
binance4j-websocket-1.7.4
binance4j-websocket-1.7.3
binance4j-websocket-1.7.2
binance4j-websocket-1.7.1
binance4j-websocket-1.7.0
1.6.x
binance4j-websocket-1.6.0
1.4.x
binance4j-websocket-1.4.6
binance4j-websocket-1.4.5
binance4j-websocket-1.4.4
binance4j-websocket-1.4.3
binance4j-websocket-1.4.2
binance4j-websocket-1.4.1
binance4j-websocket-1.4.0
1.3.x
binance4j-websocket-1.3.3
binance4j-websocket-1.3.2
1.2.x
binance4j-websocket-1.2.0
1.1.x
binance4j-websocket-1.1.5
binance4j-websocket-1.1.4
binance4j-websocket-1.1.3
binance4j-websocket-1.1.2
binance4j-websocket-1.1.1
binance4j-websocket-1.1.0
1.0.x
binance4j-websocket-1.0.5
binance4j-websocket-1.0.4
binance4j-websocket-1.0.3
binance4j-websocket-1.0.1
binance4j-websocket-1.0.0

How to add a dependency to Maven

Add the following com.binance4j : binance4j-websocket maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.binance4j</groupId>
    <artifactId>binance4j-websocket</artifactId>
    <version>2.4.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.binance4j : binance4j-websocket gradle dependency to your build.gradle file:

implementation 'com.binance4j:binance4j-websocket:2.4.0'

Gradle Kotlin DSL: Add the following com.binance4j : binance4j-websocket gradle kotlin dependency to your build.gradle.kts file:

implementation("com.binance4j:binance4j-websocket:2.4.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.binance4j : binance4j-websocket sbt scala dependency to your build.sbt file:

libraryDependencies += "com.binance4j" % "binance4j-websocket" % "2.4.0"

Advertisement