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