MVN

info.bitrich.xchange-stream : xchange-gdax

Maven & Gradle

Oct 30, 2018
407 stars
<dependency>
    <groupId>info.bitrich.xchange-stream</groupId>
    <artifactId>xchange-gdax</artifactId>
    <version>4.3.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of info.bitrich.xchange-stream : xchange-gdax to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.3.11

All Versions

Choose a version of info.bitrich.xchange-stream : xchange-gdax to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.3.x
xchange-gdax-4.3.11
xchange-gdax-4.3.2
xchange-gdax-4.3.1
xchange-gdax-4.3.0
4.2.x
xchange-gdax-4.2.3
xchange-gdax-4.2.2
xchange-gdax-4.2.1

How to add a dependency to Maven

Add the following info.bitrich.xchange-stream : xchange-gdax maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>info.bitrich.xchange-stream</groupId>
    <artifactId>xchange-gdax</artifactId>
    <version>4.3.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following info.bitrich.xchange-stream : xchange-gdax gradle dependency to your build.gradle file:

implementation 'info.bitrich.xchange-stream:xchange-gdax:4.3.11'

Gradle Kotlin DSL: Add the following info.bitrich.xchange-stream : xchange-gdax gradle kotlin dependency to your build.gradle.kts file:

implementation("info.bitrich.xchange-stream:xchange-gdax:4.3.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following info.bitrich.xchange-stream : xchange-gdax sbt scala dependency to your build.sbt file:

libraryDependencies += "info.bitrich.xchange-stream" % "xchange-gdax" % "4.3.11"

Advertisement