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