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