MVN

org.knowm.xchange : xchange-bx

Maven & Gradle

Oct 12, 2020

XChange BX.IN.TH · XChange implementation for the BX.IN.TH Exchange

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

Latest Version

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

  • Latest Stable: 5.0.3

All Versions

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

Version Vulnerabilities Updated
5.0.x
xchange-bx-5.0.3
xchange-bx-5.0.2
xchange-bx-5.0.1
xchange-bx-5.0.0
4.4.x
xchange-bx-4.4.2
xchange-bx-4.4.1
xchange-bx-4.4.0
4.3.x
xchange-bx-4.3.21
xchange-bx-4.3.20
xchange-bx-4.3.19
xchange-bx-4.3.18
xchange-bx-4.3.17
xchange-bx-4.3.16
xchange-bx-4.3.15
xchange-bx-4.3.14
xchange-bx-4.3.13
xchange-bx-4.3.12
xchange-bx-4.3.11
xchange-bx-4.3.10
xchange-bx-4.3.9
xchange-bx-4.3.8

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement