GroupId | GroupIdcom.binance4j |
---|---|
ArtifactId | ArtifactIdbinance4j-websocket |
Version | Version1.1.2 |
Type | Typejar |
Filename | Size |
---|---|
binance4j-websocket-1.1.2.pom | |
binance4j-websocket-1.1.2.jar | 65 KB |
binance4j-websocket-1.1.2-sources.jar | 25 KB |
binance4j-websocket-1.1.2-javadoc.jar | 324 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.binance4j/binance4j-websocket/ -->
<dependency>
<groupId>com.binance4j</groupId>
<artifactId>binance4j-websocket</artifactId>
<version>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.binance4j/binance4j-websocket/
implementation 'com.binance4j:binance4j-websocket:1.1.2'
// https://jarcasting.com/artifacts/com.binance4j/binance4j-websocket/
implementation ("com.binance4j:binance4j-websocket:1.1.2")
'com.binance4j:binance4j-websocket:jar:1.1.2'
<dependency org="com.binance4j" name="binance4j-websocket" rev="1.1.2">
<artifact name="binance4j-websocket" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.binance4j', module='binance4j-websocket', version='1.1.2')
)
libraryDependencies += "com.binance4j" % "binance4j-websocket" % "1.1.2"
[com.binance4j/binance4j-websocket "1.1.2"]