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