| License |
License |
|---|---|
| GroupId | GroupIdorg.jfxtras |
| ArtifactId | ArtifactIdjfxtras-test-support |
| Version | Version15-r2 |
| Type | Typejar |
| Description |
DescriptionMiscellaneous components for JavaFX
|
| Filename | Size |
|---|---|
| jfxtras-test-support-15-r2.pom | |
| jfxtras-test-support-15-r2.jar | 17 KB |
| jfxtras-test-support-15-r2-sources.jar | 10 KB |
| jfxtras-test-support-15-r2-javadoc.jar | 12 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.jfxtras/jfxtras-test-support/ -->
<dependency>
<groupId>org.jfxtras</groupId>
<artifactId>jfxtras-test-support</artifactId>
<version>15-r2</version>
</dependency>
// https://jarcasting.com/artifacts/org.jfxtras/jfxtras-test-support/
implementation 'org.jfxtras:jfxtras-test-support:15-r2'
// https://jarcasting.com/artifacts/org.jfxtras/jfxtras-test-support/
implementation ("org.jfxtras:jfxtras-test-support:15-r2")
'org.jfxtras:jfxtras-test-support:jar:15-r2'
<dependency org="org.jfxtras" name="jfxtras-test-support" rev="15-r2">
<artifact name="jfxtras-test-support" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jfxtras', module='jfxtras-test-support', version='15-r2')
)
libraryDependencies += "org.jfxtras" % "jfxtras-test-support" % "15-r2"
[org.jfxtras/jfxtras-test-support "15-r2"]
| 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 | 15.0.1 |