<dependency> <groupId>org.knowm.xchange</groupId> <artifactId>xchange-kraken</artifactId> <version>5.0.12</version> </dependency>
implementation 'org.knowm.xchange:xchange-kraken:5.0.12'
implementation("org.knowm.xchange:xchange-kraken:5.0.12")
libraryDependencies += "org.knowm.xchange" % "xchange-kraken" % "5.0.12"
@Grapes( @Grab(group='org.knowm.xchange', module='xchange-kraken', version='5.0.12') )
<dependency org="org.knowm.xchange" name="xchange-kraken" rev="5.0.12" />
[org.knowm.xchange/xchange-kraken "5.0.12"]
'org.knowm.xchange:xchange-kraken:jar:5.0.12'
<parent> <groupId>org.knowm.xchange</groupId> <artifactId>xchange-parent</artifactId> <version>5.0.12</version> </parent>
compile
|-- org.knowm.xchange:xchange-core
|-- com.github.tomakehurst:wiremock-jre8
|-- org.projectlombok:lombok
test