| Categories | CategoriesJUnit Unit Testing | 
|---|---|
| GroupId | GroupIdorg.testfx | 
| ArtifactId | ArtifactIdtestfx-junit | 
| Version | Version4.0.4-alpha | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| testfx-junit-4.0.4-alpha.pom | |
| testfx-junit-4.0.4-alpha.jar | 5 KB | 
| testfx-junit-4.0.4-alpha-sources.jar | 4 KB | 
| testfx-junit-4.0.4-alpha-javadoc.jar | 46 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.testfx/testfx-junit/ -->
<dependency>
    <groupId>org.testfx</groupId>
    <artifactId>testfx-junit</artifactId>
    <version>4.0.4-alpha</version>
</dependency>// https://jarcasting.com/artifacts/org.testfx/testfx-junit/
implementation 'org.testfx:testfx-junit:4.0.4-alpha'// https://jarcasting.com/artifacts/org.testfx/testfx-junit/
implementation ("org.testfx:testfx-junit:4.0.4-alpha")'org.testfx:testfx-junit:jar:4.0.4-alpha'<dependency org="org.testfx" name="testfx-junit" rev="4.0.4-alpha">
  <artifact name="testfx-junit" type="jar" />
</dependency>@Grapes(
@Grab(group='org.testfx', module='testfx-junit', version='4.0.4-alpha')
)libraryDependencies += "org.testfx" % "testfx-junit" % "4.0.4-alpha"[org.testfx/testfx-junit "4.0.4-alpha"]