Download jfx-testrunner-1.0.jar file - Jar j

Jar examples for j:jfx-testrunner

Description

JUnit Testrunner for JavaFX Tests

You can download jar file jfx-testrunner 1.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add jfx-testrunner-1.0.jar to your project.

<dependency>
   <groupId>de.saxsys</groupId>
   <artifactId>jfx-testrunner</artifactId>
   <version>1.0</version>
</dependency>
compile group: 'de.saxsys', name: 'jfx-testrunner', version: '1.0'
libraryDependencies += "de.saxsys" % "jfx-testrunner" % "1.0"
<dependency org="de.saxsys" name="jfx-testrunner" rev="1.0"/>
@Grapes(@Grab(group='de.saxsys', module='jfx-testrunner', version='1.0'))
'de.saxsys:jfx-testrunner:jar:1.0'

Download

Click the following link to download the jar file.

jfx-testrunner-1.0-javadoc.jar
jfx-testrunner-1.0-sources.jar
jfx-testrunner-1.0.jar
jfx-testrunner-1.0.pom



Related Tutorials