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
Files download
File Operation
xchange-parent-4.3.12.pom download
Apache Maven
<dependency>
  <groupId>org.knowm.xchange</groupId>
  <artifactId>xchange-parent</artifactId>
  <version>4.3.12</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.knowm.xchange:xchange-parent:4.3.12'
Gradle Kotlin
implementation("org.knowm.xchange:xchange-parent:4.3.12")
Scala SBT
libraryDependencies += "org.knowm.xchange" % "xchange-parent" % "4.3.12"
Groovy Grape
@Grapes(
  @Grab(group='org.knowm.xchange', module='xchange-parent', version='4.3.12')
)
Apache Ivy
<dependency org="org.knowm.xchange" name="xchange-parent" rev="4.3.12" />
Leiningen
[org.knowm.xchange/xchange-parent "4.3.12"]
Apache Buildr
'org.knowm.xchange:xchange-parent:jar:4.3.12'