is not current version
Last Version 17-r1

org.jfxtras:jfxtras-test-support 8.0-r3

Miscellaneous components for JavaFX

GroupId

GroupId

org.jfxtras
ArtifactId

ArtifactId

jfxtras-test-support
Version

Version

8.0-r3
Type

Type

jar

Download jfxtras-test-support 8.0-r3


<!-- https://jarcasting.com/artifacts/org.jfxtras/jfxtras-test-support/ -->
<dependency>
    <groupId>org.jfxtras</groupId>
    <artifactId>jfxtras-test-support</artifactId>
    <version>8.0-r3</version>
</dependency>
// https://jarcasting.com/artifacts/org.jfxtras/jfxtras-test-support/
implementation 'org.jfxtras:jfxtras-test-support:8.0-r3'
// https://jarcasting.com/artifacts/org.jfxtras/jfxtras-test-support/
implementation ("org.jfxtras:jfxtras-test-support:8.0-r3")
'org.jfxtras:jfxtras-test-support:jar:8.0-r3'
<dependency org="org.jfxtras" name="jfxtras-test-support" rev="8.0-r3">
  <artifact name="jfxtras-test-support" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jfxtras', module='jfxtras-test-support', version='8.0-r3')
)
libraryDependencies += "org.jfxtras" % "jfxtras-test-support" % "8.0-r3"
[org.jfxtras/jfxtras-test-support "8.0-r3"]