MVN

org.knowm.xchange : xchange-campbx

Maven & Gradle

Oct 12, 2020

XChange CampBX · XChange implementations for the CampBX Exchange.

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

Latest Version

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

  • Latest Stable: 5.0.3

All Versions

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

Version Vulnerabilities Updated
5.0.x
xchange-campbx-5.0.3
xchange-campbx-5.0.2
xchange-campbx-5.0.1
xchange-campbx-5.0.0
4.4.x
xchange-campbx-4.4.2
xchange-campbx-4.4.1
xchange-campbx-4.4.0
4.3.x
xchange-campbx-4.3.21
xchange-campbx-4.3.20
xchange-campbx-4.3.19
xchange-campbx-4.3.18
xchange-campbx-4.3.17
xchange-campbx-4.3.16
xchange-campbx-4.3.15
xchange-campbx-4.3.14
xchange-campbx-4.3.13
xchange-campbx-4.3.12
xchange-campbx-4.3.11
xchange-campbx-4.3.10
xchange-campbx-4.3.9
xchange-campbx-4.3.8
xchange-campbx-4.3.7
xchange-campbx-4.3.6
xchange-campbx-4.3.5
xchange-campbx-4.3.4
xchange-campbx-4.3.3
xchange-campbx-4.3.2
xchange-campbx-4.3.1
xchange-campbx-4.3.0
4.2.x
xchange-campbx-4.2.3
xchange-campbx-4.2.2
xchange-campbx-4.2.1
xchange-campbx-4.2.0
4.1.x
xchange-campbx-4.1.0
4.0.x
xchange-campbx-4.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.knowm.xchange</groupId>
    <artifactId>xchange-campbx</artifactId>
    <version>5.0.3</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.knowm.xchange:xchange-campbx:5.0.3'

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

implementation("org.knowm.xchange:xchange-campbx:5.0.3")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.knowm.xchange" % "xchange-campbx" % "5.0.3"

Advertisement