is not current version
Last Version 4.0.15-alpha

org.testfx:testfx-junit 4.0.5-alpha

TestFX JUnit

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

org.testfx
ArtifactId

ArtifactId

testfx-junit
Version

Version

4.0.5-alpha
Type

Type

jar

Download testfx-junit 4.0.5-alpha


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