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