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