GroupId | GroupIdde.saxsys |
---|---|
ArtifactId | ArtifactIdjfx-testrunner |
Version | Version1.1 |
Type | Typejar |
Filename | Size |
---|---|
jfx-testrunner-1.1.pom | |
jfx-testrunner-1.1.jar | 6 KB |
jfx-testrunner-1.1-sources.jar | 3 KB |
jfx-testrunner-1.1-javadoc.jar | 32 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.saxsys/jfx-testrunner/ -->
<dependency>
<groupId>de.saxsys</groupId>
<artifactId>jfx-testrunner</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/de.saxsys/jfx-testrunner/
implementation 'de.saxsys:jfx-testrunner:1.1'
// https://jarcasting.com/artifacts/de.saxsys/jfx-testrunner/
implementation ("de.saxsys:jfx-testrunner:1.1")
'de.saxsys:jfx-testrunner:jar:1.1'
<dependency org="de.saxsys" name="jfx-testrunner" rev="1.1">
<artifact name="jfx-testrunner" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.saxsys', module='jfx-testrunner', version='1.1')
)
libraryDependencies += "de.saxsys" % "jfx-testrunner" % "1.1"
[de.saxsys/jfx-testrunner "1.1"]