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