<dependency> <groupId>net.osslabz</groupId> <artifactId>xchange-ftx</artifactId> <version>5.1.2.4</version> </dependency>
implementation 'net.osslabz:xchange-ftx:5.1.2.4'
implementation("net.osslabz:xchange-ftx:5.1.2.4")
libraryDependencies += "net.osslabz" % "xchange-ftx" % "5.1.2.4"
@Grapes( @Grab(group='net.osslabz', module='xchange-ftx', version='5.1.2.4') )
<dependency org="net.osslabz" name="xchange-ftx" rev="5.1.2.4" />
[net.osslabz/xchange-ftx "5.1.2.4"]
'net.osslabz:xchange-ftx: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