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