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