MVN

com.xeiam.xchange : xchange-examples

Maven & Gradle

Aug 09, 2015

XChange Examples · Provides a set of examples that demonstrate how to use XChange in client applications

<dependency>
    <groupId>com.xeiam.xchange</groupId>
    <artifactId>xchange-examples</artifactId>
    <version>3.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.xeiam.xchange : xchange-examples to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.1.0

All Versions

Choose a version of com.xeiam.xchange : xchange-examples to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1.x
xchange-examples-3.1.0
3.0.x
xchange-examples-3.0.0
2.1.x
xchange-examples-2.1.0
2.0.x
xchange-examples-2.0.0
1.10.x
xchange-examples-1.10.0
1.9.x
xchange-examples-1.9.0
1.8.x
xchange-examples-1.8.0
1.7.x
xchange-examples-1.7.0
1.6.x
xchange-examples-1.6.0
1.5.x
xchange-examples-1.5.0
1.4.x
xchange-examples-1.4.0
1.3.x
xchange-examples-1.3.0

How to add a dependency to Maven

Add the following com.xeiam.xchange : xchange-examples maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.xeiam.xchange</groupId>
    <artifactId>xchange-examples</artifactId>
    <version>3.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.xeiam.xchange : xchange-examples gradle dependency to your build.gradle file:

implementation 'com.xeiam.xchange:xchange-examples:3.1.0'

Gradle Kotlin DSL: Add the following com.xeiam.xchange : xchange-examples gradle kotlin dependency to your build.gradle.kts file:

implementation("com.xeiam.xchange:xchange-examples:3.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.xeiam.xchange : xchange-examples sbt scala dependency to your build.sbt file:

libraryDependencies += "com.xeiam.xchange" % "xchange-examples" % "3.1.0"