MVN

io.runon.cryptocurrency : cryptocurrency-trading

Maven & Gradle

May 15, 2023
2 stars

cryptocurrency-trading · cryptocurrency trading

<dependency>
    <groupId>io.runon.cryptocurrency</groupId>
    <artifactId>cryptocurrency-trading</artifactId>
    <version>0.1.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.1.8

All Versions

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

Version Vulnerabilities Updated
0.1.x
cryptocurrency-trading-0.1.8
cryptocurrency-trading-0.1.7
cryptocurrency-trading-0.1.6
cryptocurrency-trading-0.1.5
cryptocurrency-trading-0.1.4
cryptocurrency-trading-0.1.3
cryptocurrency-trading-0.1.2
cryptocurrency-trading-0.1.1
cryptocurrency-trading-0.1.0
0.0.x
cryptocurrency-trading-0.0.9

How to add a dependency to Maven

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

<dependency>
    <groupId>io.runon.cryptocurrency</groupId>
    <artifactId>cryptocurrency-trading</artifactId>
    <version>0.1.8</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.runon.cryptocurrency:cryptocurrency-trading:0.1.8'

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

implementation("io.runon.cryptocurrency:cryptocurrency-trading:0.1.8")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.runon.cryptocurrency" % "cryptocurrency-trading" % "0.1.8"