Categories |
CategoriesJUnit Unit Testing |
---|---|
GroupId | GroupIdorg.testfx |
ArtifactId | ArtifactIdtestfx-junit |
Version | Version4.0.14-alpha |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.testfx/testfx-junit/ -->
<dependency>
<groupId>org.testfx</groupId>
<artifactId>testfx-junit</artifactId>
<version>4.0.14-alpha</version>
</dependency>
// https://jarcasting.com/artifacts/org.testfx/testfx-junit/
implementation 'org.testfx:testfx-junit:4.0.14-alpha'
// https://jarcasting.com/artifacts/org.testfx/testfx-junit/
implementation ("org.testfx:testfx-junit:4.0.14-alpha")
'org.testfx:testfx-junit:jar:4.0.14-alpha'
<dependency org="org.testfx" name="testfx-junit" rev="4.0.14-alpha">
<artifact name="testfx-junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.testfx', module='testfx-junit', version='4.0.14-alpha')
)
libraryDependencies += "org.testfx" % "testfx-junit" % "4.0.14-alpha"
[org.testfx/testfx-junit "4.0.14-alpha"]