<dependency> <groupId>org.knowm.xchange</groupId> <artifactId>xchange-core</artifactId> <version>5.0.3</version> </dependency>
implementation 'org.knowm.xchange:xchange-core:5.0.3'
implementation("org.knowm.xchange:xchange-core:5.0.3")
libraryDependencies += "org.knowm.xchange" % "xchange-core" % "5.0.3"
@Grapes( @Grab(group='org.knowm.xchange', module='xchange-core', version='5.0.3') )
<dependency org="org.knowm.xchange" name="xchange-core" rev="5.0.3" />
[org.knowm.xchange/xchange-core "5.0.3"]
'org.knowm.xchange:xchange-core:jar:5.0.3'
<parent> <groupId>org.knowm.xchange</groupId> <artifactId>xchange-parent</artifactId> <version>5.0.3</version> </parent>
compile
|-- com.github.mmazi:rescu
|-- commons-io:commons-io
|-- org.apache.commons:commons-lang3
|-- com.google.guava:guava
|-- io.github.resilience4j:resilience4j-all
test
|-- org.mockito:mockito-core