MVN

org.knowm.xchange : xchange-abucoins

Maven & Gradle

Aug 11, 2019
3.3k stars

XChange Abucoins · XChange implementation for the Abucoins Exchange

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

Latest Version

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

  • Latest Stable: 4.3.21

All Versions

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

Version Vulnerabilities Updated
4.3.x
xchange-abucoins-4.3.21
xchange-abucoins-4.3.20
xchange-abucoins-4.3.19
xchange-abucoins-4.3.18
xchange-abucoins-4.3.17
xchange-abucoins-4.3.16
xchange-abucoins-4.3.15
xchange-abucoins-4.3.14
xchange-abucoins-4.3.13
xchange-abucoins-4.3.12
xchange-abucoins-4.3.11
xchange-abucoins-4.3.10
xchange-abucoins-4.3.9
xchange-abucoins-4.3.8
xchange-abucoins-4.3.7
xchange-abucoins-4.3.6
xchange-abucoins-4.3.5
xchange-abucoins-4.3.4
xchange-abucoins-4.3.3

How to add a dependency to Maven

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

<dependency>
    <groupId>org.knowm.xchange</groupId>
    <artifactId>xchange-abucoins</artifactId>
    <version>4.3.21</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.knowm.xchange:xchange-abucoins:4.3.21'

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

implementation("org.knowm.xchange:xchange-abucoins:4.3.21")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.knowm.xchange" % "xchange-abucoins" % "4.3.21"

Advertisement