Files download
File Operation
testfx-junit-4.0.18.jar download
testfx-junit-4.0.18.pom download
testfx-junit-4.0.18-sources.jar download
Apache Maven
<dependency>
  <groupId>org.testfx</groupId>
  <artifactId>testfx-junit</artifactId>
  <version>4.0.18</version>
</dependency>
Gradle Groovy
implementation 'org.testfx:testfx-junit:4.0.18'
Gradle Kotlin
implementation("org.testfx:testfx-junit:4.0.18")
Scala SBT
libraryDependencies += "org.testfx" % "testfx-junit" % "4.0.18"
Groovy Grape
@Grapes(
  @Grab(group='org.testfx', module='testfx-junit', version='4.0.18')
)
Apache Ivy
<dependency org="org.testfx" name="testfx-junit" rev="4.0.18" />
Leiningen
[org.testfx/testfx-junit "4.0.18"]
Apache Buildr
'org.testfx:testfx-junit:jar:4.0.18'