<dependency> <groupId>org.knowm.xchange</groupId> <artifactId>xchange-truefx</artifactId> <version>5.1.0</version> </dependency>
implementation 'org.knowm.xchange:xchange-truefx:5.1.0'
implementation("org.knowm.xchange:xchange-truefx:5.1.0")
libraryDependencies += "org.knowm.xchange" % "xchange-truefx" % "5.1.0"
@Grapes( @Grab(group='org.knowm.xchange', module='xchange-truefx', version='5.1.0') )
<dependency org="org.knowm.xchange" name="xchange-truefx" rev="5.1.0" />
[org.knowm.xchange/xchange-truefx "5.1.0"]
'org.knowm.xchange:xchange-truefx:jar:5.1.0'
<parent> <groupId>org.knowm.xchange</groupId> <artifactId>xchange-parent</artifactId> <version>5.1.0</version> </parent>
compile
|-- org.knowm.xchange:xchange-core
|-- com.fasterxml.jackson.dataformat:jackson-dataformat-csv