文件下载
文件名 操作
testfx-junit-4.0.13-alpha.jar 下载
testfx-junit-4.0.13-alpha.pom 下载
testfx-junit-4.0.13-alpha-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.testfx</groupId>
  <artifactId>testfx-junit</artifactId>
  <version>4.0.13-alpha</version>
</dependency>
Gradle Groovy
implementation 'org.testfx:testfx-junit:4.0.13-alpha'
Gradle Kotlin
implementation("org.testfx:testfx-junit:4.0.13-alpha")
Scala SBT
libraryDependencies += "org.testfx" % "testfx-junit" % "4.0.13-alpha"
Groovy Grape
@Grapes(
  @Grab(group='org.testfx', module='testfx-junit', version='4.0.13-alpha')
)
Apache Ivy
<dependency org="org.testfx" name="testfx-junit" rev="4.0.13-alpha" />
Leiningen
[org.testfx/testfx-junit "4.0.13-alpha"]
Apache Buildr
'org.testfx:testfx-junit:jar:4.0.13-alpha'