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