MVN

io.runon.cryptocurrency : exchange-houbi

Maven & Gradle

Jan 26, 2022
2 usages
0 stars

exchange-houbi · exchange-houbi

<dependency>
    <groupId>io.runon.cryptocurrency</groupId>
    <artifactId>exchange-houbi</artifactId>
    <version>2.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.runon.cryptocurrency : exchange-houbi to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.4

All Versions

Choose a version of io.runon.cryptocurrency : exchange-houbi to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
exchange-houbi-2.0.4
exchange-houbi-2.0.3

How to add a dependency to Maven

Add the following io.runon.cryptocurrency : exchange-houbi maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.runon.cryptocurrency</groupId>
    <artifactId>exchange-houbi</artifactId>
    <version>2.0.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.runon.cryptocurrency : exchange-houbi gradle dependency to your build.gradle file:

implementation 'io.runon.cryptocurrency:exchange-houbi:2.0.4'

Gradle Kotlin DSL: Add the following io.runon.cryptocurrency : exchange-houbi gradle kotlin dependency to your build.gradle.kts file:

implementation("io.runon.cryptocurrency:exchange-houbi:2.0.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.runon.cryptocurrency : exchange-houbi sbt scala dependency to your build.sbt file:

libraryDependencies += "io.runon.cryptocurrency" % "exchange-houbi" % "2.0.4"

Advertisement