| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdorg.oxerr |
| ArtifactId | ArtifactIdchbtc-client |
| Last Version | Last Version2.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionCHBTC Client
Client for <a href="https://www.chbtc.com">CHBTC</a>, with XChange compatibility.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| chbtc-client-2.0.1.pom | |
| chbtc-client-2.0.1.jar | 53 KB |
| chbtc-client-2.0.1-sources.jar | 31 KB |
| chbtc-client-2.0.1-javadoc.jar | 237 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.oxerr/chbtc-client/ -->
<dependency>
<groupId>org.oxerr</groupId>
<artifactId>chbtc-client</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.oxerr/chbtc-client/
implementation 'org.oxerr:chbtc-client:2.0.1'
// https://jarcasting.com/artifacts/org.oxerr/chbtc-client/
implementation ("org.oxerr:chbtc-client:2.0.1")
'org.oxerr:chbtc-client:jar:2.0.1'
<dependency org="org.oxerr" name="chbtc-client" rev="2.0.1">
<artifact name="chbtc-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.oxerr', module='chbtc-client', version='2.0.1')
)
libraryDependencies += "org.oxerr" % "chbtc-client" % "2.0.1"
[org.oxerr/chbtc-client "2.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.commons : commons-lang3 | jar | 3.3.2 |
| org.apache.httpcomponents : httpclient | jar | 4.4 |
| org.slf4j : slf4j-api | jar | 1.7.10 |
| com.fasterxml.jackson.core : jackson-core | jar | 2.5.1 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.5.1 |
| com.xeiam.xchange : xchange-core | jar | 3.0.0 |
| ch.qos.logback : logback-classic Optional | jar | 1.1.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |