Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.oxerr |
ArtifactId | ArtifactIdokcoin-client-websocket |
Version | Version5.1.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.oxerr/okcoin-client-websocket/ -->
<dependency>
<groupId>org.oxerr</groupId>
<artifactId>okcoin-client-websocket</artifactId>
<version>5.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.oxerr/okcoin-client-websocket/
implementation 'org.oxerr:okcoin-client-websocket:5.1.2'
// https://jarcasting.com/artifacts/org.oxerr/okcoin-client-websocket/
implementation ("org.oxerr:okcoin-client-websocket:5.1.2")
'org.oxerr:okcoin-client-websocket:jar:5.1.2'
<dependency org="org.oxerr" name="okcoin-client-websocket" rev="5.1.2">
<artifact name="okcoin-client-websocket" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.oxerr', module='okcoin-client-websocket', version='5.1.2')
)
libraryDependencies += "org.oxerr" % "okcoin-client-websocket" % "5.1.2"
[org.oxerr/okcoin-client-websocket "5.1.2"]