<dependency> <groupId>org.knowm.xchange</groupId> <artifactId>xchange-core</artifactId> <version>4.2.0</version> </dependency>
implementation 'org.knowm.xchange:xchange-core:4.2.0'
implementation("org.knowm.xchange:xchange-core:4.2.0")
libraryDependencies += "org.knowm.xchange" % "xchange-core" % "4.2.0"
@Grapes( @Grab(group='org.knowm.xchange', module='xchange-core', version='4.2.0') )
<dependency org="org.knowm.xchange" name="xchange-core" rev="4.2.0" />
[org.knowm.xchange/xchange-core "4.2.0"]
'org.knowm.xchange:xchange-core:jar:4.2.0'
<parent> <groupId>org.knowm.xchange</groupId> <artifactId>xchange-parent</artifactId> <version>4.2.0</version> </parent>
compile
|-- org.slf4j:slf4j-api
|-- com.github.mmazi:rescu
|-- commons-io:commons-io