GroupId | GroupIdorg.knowm.xchange |
---|---|
ArtifactId | ArtifactIdxchange-truefx |
Version | Version4.2.1 |
Type | Typejar |
Filename | Size |
---|---|
xchange-truefx-4.2.1.pom | |
xchange-truefx-4.2.1.jar | 10 KB |
xchange-truefx-4.2.1-sources.jar | 6 KB |
xchange-truefx-4.2.1-javadoc.jar | 67 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.knowm.xchange/xchange-truefx/ -->
<dependency>
<groupId>org.knowm.xchange</groupId>
<artifactId>xchange-truefx</artifactId>
<version>4.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.knowm.xchange/xchange-truefx/
implementation 'org.knowm.xchange:xchange-truefx:4.2.1'
// https://jarcasting.com/artifacts/org.knowm.xchange/xchange-truefx/
implementation ("org.knowm.xchange:xchange-truefx:4.2.1")
'org.knowm.xchange:xchange-truefx:jar:4.2.1'
<dependency org="org.knowm.xchange" name="xchange-truefx" rev="4.2.1">
<artifact name="xchange-truefx" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.knowm.xchange', module='xchange-truefx', version='4.2.1')
)
libraryDependencies += "org.knowm.xchange" % "xchange-truefx" % "4.2.1"
[org.knowm.xchange/xchange-truefx "4.2.1"]