MVN

info.bitrich.xchange-stream : xchange-bitflyer

Maven & Gradle

Mar 02, 2020
407 stars
<dependency>
    <groupId>info.bitrich.xchange-stream</groupId>
    <artifactId>xchange-bitflyer</artifactId>
    <version>4.4.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 4.4.1

All Versions

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

Version Vulnerabilities Updated
4.4.x
xchange-bitflyer-4.4.1
xchange-bitflyer-4.4.0
4.3.x
xchange-bitflyer-4.3.16
xchange-bitflyer-4.3.15
xchange-bitflyer-4.3.14
xchange-bitflyer-4.3.11
xchange-bitflyer-4.3.2
xchange-bitflyer-4.3.1
xchange-bitflyer-4.3.0

How to add a dependency to Maven

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

<dependency>
    <groupId>info.bitrich.xchange-stream</groupId>
    <artifactId>xchange-bitflyer</artifactId>
    <version>4.4.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'info.bitrich.xchange-stream:xchange-bitflyer:4.4.1'

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

implementation("info.bitrich.xchange-stream:xchange-bitflyer:4.4.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "info.bitrich.xchange-stream" % "xchange-bitflyer" % "4.4.1"

Advertisement