MVN

org.testfx : testfx-legacy

Maven & Gradle

Oct 05, 2017
4 usages
891 stars

testfx-legacy · TestFX Legacy

<dependency>
    <groupId>org.testfx</groupId>
    <artifactId>testfx-legacy</artifactId>
    <version>4.0.8-alpha</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.testfx : testfx-legacy to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0.8-alpha
  • Latest Alpha: 4.0.8-alpha

All Versions

Choose a version of org.testfx : testfx-legacy to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
testfx-legacy-4.0.8-alpha
testfx-legacy-4.0.6-alpha
testfx-legacy-4.0.5-alpha
testfx-legacy-4.0.4-alpha
testfx-legacy-4.0.3-alpha
testfx-legacy-4.0.2-alpha
testfx-legacy-4.0.1-alpha
testfx-legacy-4.0.0-alpha

How to add a dependency to Maven

Add the following org.testfx : testfx-legacy maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.testfx</groupId>
    <artifactId>testfx-legacy</artifactId>
    <version>4.0.8-alpha</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.testfx : testfx-legacy gradle dependency to your build.gradle file:

implementation 'org.testfx:testfx-legacy:4.0.8-alpha'

Gradle Kotlin DSL: Add the following org.testfx : testfx-legacy gradle kotlin dependency to your build.gradle.kts file:

implementation("org.testfx:testfx-legacy:4.0.8-alpha")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.testfx : testfx-legacy sbt scala dependency to your build.sbt file:

libraryDependencies += "org.testfx" % "testfx-legacy" % "4.0.8-alpha"