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