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