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

to.sparks:mtgox 0.0.4

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

Группа

Группа

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

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

mtgox
Версия

Версия

0.0.4
Тип

Тип

jar

Скачать mtgox 0.0.4


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