License |
License |
---|---|
GroupId | GroupIdorg.knowm.xchange |
ArtifactId | ArtifactIdxchange-parent |
Last Version | Last Version5.0.13 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionXChange
XChange is a Java library providing a simple and consistent API for interacting with
a diverse set of cryptocurrency exchanges.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
xchange-parent-5.0.13.pom | 19 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.knowm.xchange/xchange-parent/ -->
<dependency>
<groupId>org.knowm.xchange</groupId>
<artifactId>xchange-parent</artifactId>
<version>5.0.13</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.knowm.xchange/xchange-parent/
implementation 'org.knowm.xchange:xchange-parent:5.0.13'
// https://jarcasting.com/artifacts/org.knowm.xchange/xchange-parent/
implementation ("org.knowm.xchange:xchange-parent:5.0.13")
'org.knowm.xchange:xchange-parent:pom:5.0.13'
<dependency org="org.knowm.xchange" name="xchange-parent" rev="5.0.13">
<artifact name="xchange-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.knowm.xchange', module='xchange-parent', version='5.0.13')
)
libraryDependencies += "org.knowm.xchange" % "xchange-parent" % "5.0.13"
[org.knowm.xchange/xchange-parent "5.0.13"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.33 |
javax.annotation : javax.annotation-api | jar | 1.3.2 |
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | 1.2.10 |
junit : junit | jar | 4.13.2 |
org.assertj : assertj-core | jar | 3.22.0 |