is not current version
Last Version 4.0.8-alpha

org.testfx:testfx-legacy 4.0.2-alpha

TestFX Legacy

GroupId

GroupId

org.testfx
ArtifactId

ArtifactId

testfx-legacy
Version

Version

4.0.2-alpha
Type

Type

jar

Download testfx-legacy 4.0.2-alpha


<!-- https://jarcasting.com/artifacts/org.testfx/testfx-legacy/ -->
<dependency>
    <groupId>org.testfx</groupId>
    <artifactId>testfx-legacy</artifactId>
    <version>4.0.2-alpha</version>
</dependency>
// https://jarcasting.com/artifacts/org.testfx/testfx-legacy/
implementation 'org.testfx:testfx-legacy:4.0.2-alpha'
// https://jarcasting.com/artifacts/org.testfx/testfx-legacy/
implementation ("org.testfx:testfx-legacy:4.0.2-alpha")
'org.testfx:testfx-legacy:jar:4.0.2-alpha'
<dependency org="org.testfx" name="testfx-legacy" rev="4.0.2-alpha">
  <artifact name="testfx-legacy" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.testfx', module='testfx-legacy', version='4.0.2-alpha')
)
libraryDependencies += "org.testfx" % "testfx-legacy" % "4.0.2-alpha"
[org.testfx/testfx-legacy "4.0.2-alpha"]