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