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