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

to.sparks:mtgox 0.0.1

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

Группа

Группа

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

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

mtgox
Версия

Версия

0.0.1
Тип

Тип

jar

Скачать mtgox 0.0.1


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