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