<dependency> <groupId>org.knowm.xchange</groupId> <artifactId>xchange-okcoin</artifactId> <version>5.1.1</version> </dependency>
implementation 'org.knowm.xchange:xchange-okcoin:5.1.1'
implementation("org.knowm.xchange:xchange-okcoin:5.1.1")
libraryDependencies += "org.knowm.xchange" % "xchange-okcoin" % "5.1.1"
@Grapes( @Grab(group='org.knowm.xchange', module='xchange-okcoin', version='5.1.1') )
<dependency org="org.knowm.xchange" name="xchange-okcoin" rev="5.1.1" />
[org.knowm.xchange/xchange-okcoin "5.1.1"]
'org.knowm.xchange:xchange-okcoin:jar:5.1.1'
<parent> <groupId>org.knowm.xchange</groupId> <artifactId>xchange-parent</artifactId> <version>5.1.1</version> </parent>
compile
|-- org.knowm.xchange:xchange-core