GroupId | GroupIdorg.knowm.xchange |
---|---|
ArtifactId | ArtifactIdxchange-core |
Version | Version5.0.11 |
Type | Typejar |
Filename | Size |
---|---|
xchange-core-5.0.11.pom | |
xchange-core-5.0.11.jar | 240 KB |
xchange-core-5.0.11-sources.jar | 141 KB |
xchange-core-5.0.11-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>5.0.11</version>
</dependency>
// https://jarcasting.com/artifacts/org.knowm.xchange/xchange-core/
implementation 'org.knowm.xchange:xchange-core:5.0.11'
// https://jarcasting.com/artifacts/org.knowm.xchange/xchange-core/
implementation ("org.knowm.xchange:xchange-core:5.0.11")
'org.knowm.xchange:xchange-core:jar:5.0.11'
<dependency org="org.knowm.xchange" name="xchange-core" rev="5.0.11">
<artifact name="xchange-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.knowm.xchange', module='xchange-core', version='5.0.11')
)
libraryDependencies += "org.knowm.xchange" % "xchange-core" % "5.0.11"
[org.knowm.xchange/xchange-core "5.0.11"]