License |
License |
---|---|
GroupId | GroupIdcom.github.martinkoster |
ArtifactId | ArtifactIdactionfx-testing |
Version | Version1.3.0 |
Type | Typejar |
Description |
DescriptionActionFX: afx-testing
Testing support for ActionFX and JavaFX
|
Filename | Size |
---|---|
actionfx-testing-1.3.0.pom | |
actionfx-testing-1.3.0.jar | 9 KB |
actionfx-testing-1.3.0-sources.jar | 8 KB |
actionfx-testing-1.3.0-javadoc.jar | 403 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.martinkoster/actionfx-testing/ -->
<dependency>
<groupId>com.github.martinkoster</groupId>
<artifactId>actionfx-testing</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.martinkoster/actionfx-testing/
implementation 'com.github.martinkoster:actionfx-testing:1.3.0'
// https://jarcasting.com/artifacts/com.github.martinkoster/actionfx-testing/
implementation ("com.github.martinkoster:actionfx-testing:1.3.0")
'com.github.martinkoster:actionfx-testing:jar:1.3.0'
<dependency org="com.github.martinkoster" name="actionfx-testing" rev="1.3.0">
<artifact name="actionfx-testing" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.martinkoster', module='actionfx-testing', version='1.3.0')
)
libraryDependencies += "com.github.martinkoster" % "actionfx-testing" % "1.3.0"
[com.github.martinkoster/actionfx-testing "1.3.0"]
Group / Artifact | Type | Version |
---|---|---|
org.testfx : openjfx-monocle | jar | jdk-12.0.1+2 |
org.testfx : testfx-core | jar | 4.0.16-alpha |
org.testfx : testfx-junit5 | jar | 4.0.16-alpha |
Group / Artifact | Type | Version |
---|---|---|
org.openjfx : javafx-swing | jar | 16 |
org.openjfx : javafx-fxml | jar | 16 |
org.openjfx : javafx-web | jar | 16 |
org.openjfx : javafx-media | jar | 16 |
org.openjfx : javafx-graphics | jar | 16 |
org.openjfx : javafx-base | jar | 16 |
org.openjfx : javafx-controls | jar | 16 |
org.junit.jupiter : junit-jupiter-api | jar | 5.7.0 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.7.0 |
Group / Artifact | Type | Version |
---|---|---|
org.hamcrest : hamcrest | jar | 2.2 |
org.mockito : mockito-core | jar | 3.6.28 |
org.mockito : mockito-junit-jupiter | jar | 3.6.28 |