<dependency> <groupId>net.osslabz</groupId> <artifactId>xchange-binance</artifactId> <version>5.1.2.4</version> </dependency>
implementation 'net.osslabz:xchange-binance:5.1.2.4'
implementation("net.osslabz:xchange-binance:5.1.2.4")
libraryDependencies += "net.osslabz" % "xchange-binance" % "5.1.2.4"
@Grapes( @Grab(group='net.osslabz', module='xchange-binance', version='5.1.2.4') )
<dependency org="net.osslabz" name="xchange-binance" rev="5.1.2.4" />
[net.osslabz/xchange-binance "5.1.2.4"]
'net.osslabz:xchange-binance:jar:5.1.2.4'
<parent> <groupId>net.osslabz</groupId> <artifactId>xchange-parent</artifactId> <version>5.1.2.4</version> </parent>
compile
|-- net.osslabz:xchange-core
test
|-- org.wiremock:wiremock