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