MVN

org.knowm.xchange : xchange-bitcurex

Maven & Gradle

Mar 06, 2018
3.3k stars

XChange Bitcurex · XChange implementation for Bitcurex

<dependency>
    <groupId>org.knowm.xchange</groupId>
    <artifactId>xchange-bitcurex</artifactId>
    <version>4.3.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.knowm.xchange : xchange-bitcurex to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.3.4

All Versions

Choose a version of org.knowm.xchange : xchange-bitcurex to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.3.x
xchange-bitcurex-4.3.4
xchange-bitcurex-4.3.3
xchange-bitcurex-4.3.2
xchange-bitcurex-4.3.1
xchange-bitcurex-4.3.0
4.2.x
xchange-bitcurex-4.2.3
xchange-bitcurex-4.2.2
xchange-bitcurex-4.2.1
xchange-bitcurex-4.2.0
4.1.x
xchange-bitcurex-4.1.0
4.0.x
xchange-bitcurex-4.0.0

How to add a dependency to Maven

Add the following org.knowm.xchange : xchange-bitcurex maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.knowm.xchange</groupId>
    <artifactId>xchange-bitcurex</artifactId>
    <version>4.3.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.knowm.xchange : xchange-bitcurex gradle dependency to your build.gradle file:

implementation 'org.knowm.xchange:xchange-bitcurex:4.3.4'

Gradle Kotlin DSL: Add the following org.knowm.xchange : xchange-bitcurex gradle kotlin dependency to your build.gradle.kts file:

implementation("org.knowm.xchange:xchange-bitcurex:4.3.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.knowm.xchange : xchange-bitcurex sbt scala dependency to your build.sbt file:

libraryDependencies += "org.knowm.xchange" % "xchange-bitcurex" % "4.3.4"

Advertisement