Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.dubasdey |
ArtifactId | ArtifactIdcoinbase-pro-client |
Version | Version0.0.3 |
Type | Typejar |
Filename | Size |
---|---|
coinbase-pro-client-0.0.3.pom | |
coinbase-pro-client-0.0.3.jar | 94 KB |
coinbase-pro-client-0.0.3-sources.jar | 68 KB |
coinbase-pro-client-0.0.3-javadoc.jar | 300 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.dubasdey/coinbase-pro-client/ -->
<dependency>
<groupId>com.github.dubasdey</groupId>
<artifactId>coinbase-pro-client</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dubasdey/coinbase-pro-client/
implementation 'com.github.dubasdey:coinbase-pro-client:0.0.3'
// https://jarcasting.com/artifacts/com.github.dubasdey/coinbase-pro-client/
implementation ("com.github.dubasdey:coinbase-pro-client:0.0.3")
'com.github.dubasdey:coinbase-pro-client:jar:0.0.3'
<dependency org="com.github.dubasdey" name="coinbase-pro-client" rev="0.0.3">
<artifact name="coinbase-pro-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dubasdey', module='coinbase-pro-client', version='0.0.3')
)
libraryDependencies += "com.github.dubasdey" % "coinbase-pro-client" % "0.0.3"
[com.github.dubasdey/coinbase-pro-client "0.0.3"]