MVN

mobi.boilr.libdynticker : libdynticker

Maven & Gradle

Oct 02, 2016
2 usages
25 stars

libdynticker · Java library to retrieve trading pairs and last value from cryptocurrency and bullion exchanges.

<dependency>
    <groupId>mobi.boilr.libdynticker</groupId>
    <artifactId>libdynticker</artifactId>
    <version>0.6.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of mobi.boilr.libdynticker : libdynticker to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.6.0

All Versions

Choose a version of mobi.boilr.libdynticker : libdynticker to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.6.x
libdynticker-0.6.0
0.5.x
libdynticker-0.5.0

How to add a dependency to Maven

Add the following mobi.boilr.libdynticker : libdynticker maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>mobi.boilr.libdynticker</groupId>
    <artifactId>libdynticker</artifactId>
    <version>0.6.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following mobi.boilr.libdynticker : libdynticker gradle dependency to your build.gradle file:

implementation 'mobi.boilr.libdynticker:libdynticker:0.6.0'

Gradle Kotlin DSL: Add the following mobi.boilr.libdynticker : libdynticker gradle kotlin dependency to your build.gradle.kts file:

implementation("mobi.boilr.libdynticker:libdynticker:0.6.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following mobi.boilr.libdynticker : libdynticker sbt scala dependency to your build.sbt file:

libraryDependencies += "mobi.boilr.libdynticker" % "libdynticker" % "0.6.0"

Advertisement