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