| License |
License |
|---|---|
| GroupId | GroupIdinfo.bitrich.xchange-stream |
| ArtifactId | ArtifactIdxchange-gdax |
| Last Version | Last Version4.3.11 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionXChange-stream is a Java library providing a simple and consistent streaming API for interacting with Bitcoin
and other crypto currency exchanges via WebSocket protocol.
|
| Filename | Size |
|---|---|
| xchange-gdax-4.3.11.pom | |
| xchange-gdax-4.3.11.jar | 12 KB |
| xchange-gdax-4.3.11-sources.jar | 7 KB |
| xchange-gdax-4.3.11-javadoc.jar | 64 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/info.bitrich.xchange-stream/xchange-gdax/ -->
<dependency>
<groupId>info.bitrich.xchange-stream</groupId>
<artifactId>xchange-gdax</artifactId>
<version>4.3.11</version>
</dependency>
// https://jarcasting.com/artifacts/info.bitrich.xchange-stream/xchange-gdax/
implementation 'info.bitrich.xchange-stream:xchange-gdax:4.3.11'
// https://jarcasting.com/artifacts/info.bitrich.xchange-stream/xchange-gdax/
implementation ("info.bitrich.xchange-stream:xchange-gdax:4.3.11")
'info.bitrich.xchange-stream:xchange-gdax:jar:4.3.11'
<dependency org="info.bitrich.xchange-stream" name="xchange-gdax" rev="4.3.11">
<artifact name="xchange-gdax" type="jar" />
</dependency>
@Grapes(
@Grab(group='info.bitrich.xchange-stream', module='xchange-gdax', version='4.3.11')
)
libraryDependencies += "info.bitrich.xchange-stream" % "xchange-gdax" % "4.3.11"
[info.bitrich.xchange-stream/xchange-gdax "4.3.11"]
| Group / Artifact | Type | Version |
|---|---|---|
| info.bitrich.xchange-stream : xchange-stream-core | jar | 4.3.11 |
| info.bitrich.xchange-stream : service-netty | jar | 4.3.11 |
| org.knowm.xchange : xchange-gdax | jar | 4.3.11 |
| org.slf4j : slf4j-api | jar | 1.7.13 |
| io.reactivex.rxjava2 : rxjava | jar | 2.0.9 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.6.2 |
| org.apache.logging.log4j : log4j-core | jar | 2.6.2 |
| junit : junit | jar | 4.12 |
| org.mockito : mockito-core | jar | 2.6.3 |
| org.assertj : assertj-core | jar | 3.6.1 |