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