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