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