License |
License |
---|---|
GroupId | GroupIdorg.jfxtras |
ArtifactId | ArtifactIdjfxtras-test-support |
Last Version | Last Version17-r1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMiscellaneous components for JavaFX
|
<!-- https://jarcasting.com/artifacts/org.jfxtras/jfxtras-test-support/ -->
<dependency>
<groupId>org.jfxtras</groupId>
<artifactId>jfxtras-test-support</artifactId>
<version>17-r1</version>
</dependency>
// https://jarcasting.com/artifacts/org.jfxtras/jfxtras-test-support/
implementation 'org.jfxtras:jfxtras-test-support:17-r1'
// https://jarcasting.com/artifacts/org.jfxtras/jfxtras-test-support/
implementation ("org.jfxtras:jfxtras-test-support:17-r1")
'org.jfxtras:jfxtras-test-support:jar:17-r1'
<dependency org="org.jfxtras" name="jfxtras-test-support" rev="17-r1">
<artifact name="jfxtras-test-support" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jfxtras', module='jfxtras-test-support', version='17-r1')
)
libraryDependencies += "org.jfxtras" % "jfxtras-test-support" % "17-r1"
[org.jfxtras/jfxtras-test-support "17-r1"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |
org.mockito : mockito-core | jar | 3.6.28 |
org.testfx : testfx-core | jar | 4.0.16-alpha |
org.testfx : testfx-junit | jar | 4.0.15-alpha |
Group / Artifact | Type | Version |
---|---|---|
org.openjfx : javafx-controls | jar | 17.0.0.1 |