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