не последняя версия
Последняя версия 0.1.8

to.sparks:mtgox 0.1.5

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

Группа

Группа

to.sparks
Идентификатор

Идентификатор

mtgox
Версия

Версия

0.1.5
Тип

Тип

jar

Скачать mtgox 0.1.5


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