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