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