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