x

xchange-parent

XChange is a Java library providing a simple and consistent API for interacting with a diverse set of cryptocurrency exchanges.
http://knowm.org/open-source/xchange
MIT
Knowm Inc.
Tim Molter
文件下载
文件名 操作
xchange-parent-4.3.15.pom 下载
Apache Maven
<dependency>
  <groupId>org.knowm.xchange</groupId>
  <artifactId>xchange-parent</artifactId>
  <version>4.3.15</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.knowm.xchange:xchange-parent:4.3.15'
Gradle Kotlin
implementation("org.knowm.xchange:xchange-parent:4.3.15")
Scala SBT
libraryDependencies += "org.knowm.xchange" % "xchange-parent" % "4.3.15"
Groovy Grape
@Grapes(
  @Grab(group='org.knowm.xchange', module='xchange-parent', version='4.3.15')
)
Apache Ivy
<dependency org="org.knowm.xchange" name="xchange-parent" rev="4.3.15" />
Leiningen
[org.knowm.xchange/xchange-parent "4.3.15"]
Apache Buildr
'org.knowm.xchange:xchange-parent:jar:4.3.15'