GroupId | GroupIdorg.knowm.xchange |
---|---|
ArtifactId | ArtifactIdxchange-core |
Version | Version4.3.19 |
Type | Typejar |
Filename | Size |
---|---|
xchange-core-4.3.19.pom | |
xchange-core-4.3.19.jar | 176 KB |
xchange-core-4.3.19-sources.jar | 110 KB |
xchange-core-4.3.19-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.knowm.xchange/xchange-core/ -->
<dependency>
<groupId>org.knowm.xchange</groupId>
<artifactId>xchange-core</artifactId>
<version>4.3.19</version>
</dependency>
// https://jarcasting.com/artifacts/org.knowm.xchange/xchange-core/
implementation 'org.knowm.xchange:xchange-core:4.3.19'
// https://jarcasting.com/artifacts/org.knowm.xchange/xchange-core/
implementation ("org.knowm.xchange:xchange-core:4.3.19")
'org.knowm.xchange:xchange-core:jar:4.3.19'
<dependency org="org.knowm.xchange" name="xchange-core" rev="4.3.19">
<artifact name="xchange-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.knowm.xchange', module='xchange-core', version='4.3.19')
)
libraryDependencies += "org.knowm.xchange" % "xchange-core" % "4.3.19"
[org.knowm.xchange/xchange-core "4.3.19"]