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