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