is not current version
Last Version 0.1.8

to.sparks:mtgox 0.1.1

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

GroupId

GroupId

to.sparks
ArtifactId

ArtifactId

mtgox
Version

Version

0.1.1
Type

Type

jar

Download mtgox 0.1.1


<!-- https://jarcasting.com/artifacts/to.sparks/mtgox/ -->
<dependency>
    <groupId>to.sparks</groupId>
    <artifactId>mtgox</artifactId>
    <version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/to.sparks/mtgox/
implementation 'to.sparks:mtgox:0.1.1'
// https://jarcasting.com/artifacts/to.sparks/mtgox/
implementation ("to.sparks:mtgox:0.1.1")
'to.sparks:mtgox:jar:0.1.1'
<dependency org="to.sparks" name="mtgox" rev="0.1.1">
  <artifact name="mtgox" type="jar" />
</dependency>
@Grapes(
@Grab(group='to.sparks', module='mtgox', version='0.1.1')
)
libraryDependencies += "to.sparks" % "mtgox" % "0.1.1"
[to.sparks/mtgox "0.1.1"]