Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.oxerr |
ArtifactId | ArtifactIdokcoin-client-rest |
Version | Version4.0.0 |
Type | Typejar |
Filename | Size |
---|---|
okcoin-client-rest-4.0.0.pom | |
okcoin-client-rest-4.0.0.jar | 93 KB |
okcoin-client-rest-4.0.0-sources.jar | 59 KB |
okcoin-client-rest-4.0.0-javadoc.jar | 417 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.oxerr/okcoin-client-rest/ -->
<dependency>
<groupId>org.oxerr</groupId>
<artifactId>okcoin-client-rest</artifactId>
<version>4.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.oxerr/okcoin-client-rest/
implementation 'org.oxerr:okcoin-client-rest:4.0.0'
// https://jarcasting.com/artifacts/org.oxerr/okcoin-client-rest/
implementation ("org.oxerr:okcoin-client-rest:4.0.0")
'org.oxerr:okcoin-client-rest:jar:4.0.0'
<dependency org="org.oxerr" name="okcoin-client-rest" rev="4.0.0">
<artifact name="okcoin-client-rest" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.oxerr', module='okcoin-client-rest', version='4.0.0')
)
libraryDependencies += "org.oxerr" % "okcoin-client-rest" % "4.0.0"
[org.oxerr/okcoin-client-rest "4.0.0"]