| License |
License |
|---|---|
| GroupId | GroupIdorg.knowm.xchange |
| ArtifactId | ArtifactIdxchange-acx |
| Last Version | Last Version4.4.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionXChange ACX.IO
XChange is a Java library providing a simple and consistent API for interacting with
a diverse set of cryptocurrency exchanges.
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| xchange-acx-4.4.2.pom | |
| xchange-acx-4.4.2.jar | 24 KB |
| xchange-acx-4.4.2-sources.jar | 15 KB |
| xchange-acx-4.4.2-javadoc.jar | 520 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.knowm.xchange/xchange-acx/ -->
<dependency>
<groupId>org.knowm.xchange</groupId>
<artifactId>xchange-acx</artifactId>
<version>4.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.knowm.xchange/xchange-acx/
implementation 'org.knowm.xchange:xchange-acx:4.4.2'
// https://jarcasting.com/artifacts/org.knowm.xchange/xchange-acx/
implementation ("org.knowm.xchange:xchange-acx:4.4.2")
'org.knowm.xchange:xchange-acx:jar:4.4.2'
<dependency org="org.knowm.xchange" name="xchange-acx" rev="4.4.2">
<artifact name="xchange-acx" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.knowm.xchange', module='xchange-acx', version='4.4.2')
)
libraryDependencies += "org.knowm.xchange" % "xchange-acx" % "4.4.2"
[org.knowm.xchange/xchange-acx "4.4.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.knowm.xchange : xchange-core | jar | 4.4.2 |
| org.slf4j : slf4j-api | jar | 1.7.30 |
| javax.annotation : javax.annotation-api | jar | 1.3.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.powermock : powermock-module-junit4 | jar | 2.0.5 |
| org.powermock : powermock-api-mockito2 | jar | 2.0.5 |
| ch.qos.logback : logback-classic | jar | 1.2.3 |
| junit : junit | jar | 4.13 |
| org.assertj : assertj-core | jar | 3.15.0 |