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