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