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