| License |
License |
|---|---|
| GroupId | GroupIdto.sparks |
| ArtifactId | ArtifactIdmtgox |
| Version | Version0.1.8 |
| Type | Typejar |
| Description |
DescriptionMtGox Java API
A Java API for connecting to the Mt Gox bitcoin currency exchange
|
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| mtgox-0.1.8.pom | |
| mtgox-0.1.8.jar | 5 MB |
| mtgox-0.1.8-sources.jar | 150 KB |
| mtgox-0.1.8-javadoc.jar | 674 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/to.sparks/mtgox/ -->
<dependency>
<groupId>to.sparks</groupId>
<artifactId>mtgox</artifactId>
<version>0.1.8</version>
</dependency>
// https://jarcasting.com/artifacts/to.sparks/mtgox/
implementation 'to.sparks:mtgox:0.1.8'
// https://jarcasting.com/artifacts/to.sparks/mtgox/
implementation ("to.sparks:mtgox:0.1.8")
'to.sparks:mtgox:jar:0.1.8'
<dependency org="to.sparks" name="mtgox" rev="0.1.8">
<artifact name="mtgox" type="jar" />
</dependency>
@Grapes(
@Grab(group='to.sparks', module='mtgox', version='0.1.8')
)
libraryDependencies += "to.sparks" % "mtgox" % "0.1.8"
[to.sparks/mtgox "0.1.8"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
| org.springframework : spring-test | jar | 3.2.0.RELEASE |