| Группа | Группаcom.binance4j |
|---|---|
| Идентификатор | Идентификаторbinance4j-core |
| Версия | Версия1.4.3 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| binance4j-core-1.4.3.pom | |
| binance4j-core-1.4.3.jar | 102 KB |
| binance4j-core-1.4.3-sources.jar | 41 KB |
| binance4j-core-1.4.3-javadoc.jar | 518 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.binance4j/binance4j-core/ -->
<dependency>
<groupId>com.binance4j</groupId>
<artifactId>binance4j-core</artifactId>
<version>1.4.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.binance4j/binance4j-core/
implementation 'com.binance4j:binance4j-core:1.4.3'
// https://jarcasting.com/artifacts/com.binance4j/binance4j-core/
implementation ("com.binance4j:binance4j-core:1.4.3")
'com.binance4j:binance4j-core:jar:1.4.3'
<dependency org="com.binance4j" name="binance4j-core" rev="1.4.3">
<artifact name="binance4j-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.binance4j', module='binance4j-core', version='1.4.3')
)
libraryDependencies += "com.binance4j" % "binance4j-core" % "1.4.3"
[com.binance4j/binance4j-core "1.4.3"]