MVN

to.sparks : mtgox

Maven & Gradle

Mar 12, 2013
21 stars

MtGox Java API · A Java API for connecting to the Mt Gox bitcoin currency exchange

<dependency>
    <groupId>to.sparks</groupId>
    <artifactId>mtgox</artifactId>
    <version>0.1.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of to.sparks : mtgox to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.8

All Versions

Choose a version of to.sparks : mtgox to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
mtgox-0.1.8
mtgox-0.1.7
mtgox-0.1.6
mtgox-0.1.5
mtgox-0.1.4
mtgox-0.1.3
mtgox-0.1.2
mtgox-0.1.1
mtgox-0.1.0
0.0.x
mtgox-0.0.5
mtgox-0.0.4
mtgox-0.0.3
mtgox-0.0.2
mtgox-0.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>to.sparks</groupId>
    <artifactId>mtgox</artifactId>
    <version>0.1.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following to.sparks : mtgox gradle dependency to your build.gradle file:

implementation 'to.sparks:mtgox:0.1.8'

Gradle Kotlin DSL: Add the following to.sparks : mtgox gradle kotlin dependency to your build.gradle.kts file:

implementation("to.sparks:mtgox:0.1.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following to.sparks : mtgox sbt scala dependency to your build.sbt file:

libraryDependencies += "to.sparks" % "mtgox" % "0.1.8"

Advertisement