Bitstamp
Implementation of salaryrobot-api for Bitstamp exchange market.
| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdnet.osomahe |
| ArtifactId | ArtifactIdbitstamp |
| Last Version | Last Version0.1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionBitstamp Implementation of Salary Robot API
The project is implementing Salary Robot API for Bitstamp using Java EE 8
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| bitstamp-0.1.0.pom | |
| bitstamp-0.1.0.jar | 17 KB |
| bitstamp-0.1.0-sources.jar | 11 KB |
| bitstamp-0.1.0-javadoc.jar | 435 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.osomahe/bitstamp/ -->
<dependency>
<groupId>net.osomahe</groupId>
<artifactId>bitstamp</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.osomahe/bitstamp/
implementation 'net.osomahe:bitstamp:0.1.0'
// https://jarcasting.com/artifacts/net.osomahe/bitstamp/
implementation ("net.osomahe:bitstamp:0.1.0")
'net.osomahe:bitstamp:jar:0.1.0'
<dependency org="net.osomahe" name="bitstamp" rev="0.1.0">
<artifact name="bitstamp" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.osomahe', module='bitstamp', version='0.1.0')
)
libraryDependencies += "net.osomahe" % "bitstamp" % "0.1.0"
[net.osomahe/bitstamp "0.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.salaryrobot : salaryrobot-api | jar | 0.2.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| javax : javaee-api | jar | 8.0 |
Implementation of salaryrobot-api for Bitstamp exchange market.