Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.oxerr |
ArtifactId | ArtifactIdhuobi-client-rest |
Version | Version2.0.1 |
Type | Typejar |
Filename | Size |
---|---|
huobi-client-rest-2.0.1.pom | |
huobi-client-rest-2.0.1.jar | 62 KB |
huobi-client-rest-2.0.1-sources.jar | 35 KB |
huobi-client-rest-2.0.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.oxerr/huobi-client-rest/
implementation 'org.oxerr:huobi-client-rest:2.0.1'
// https://jarcasting.com/artifacts/org.oxerr/huobi-client-rest/
implementation ("org.oxerr:huobi-client-rest:2.0.1")
'org.oxerr:huobi-client-rest:jar:2.0.1'
<dependency org="org.oxerr" name="huobi-client-rest" rev="2.0.1">
<artifact name="huobi-client-rest" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.oxerr', module='huobi-client-rest', version='2.0.1')
)
libraryDependencies += "org.oxerr" % "huobi-client-rest" % "2.0.1"
[org.oxerr/huobi-client-rest "2.0.1"]