is not current version
Last Version 1.2

de.saxsys:jfx-testrunner 1.0

JUnit Testrunner for JavaFX Tests

GroupId

GroupId

de.saxsys
ArtifactId

ArtifactId

jfx-testrunner
Version

Version

1.0
Type

Type

jar

Download jfx-testrunner 1.0


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