не последняя версия
Последняя версия 1.2

de.saxsys:jfx-testrunner 1.0

JUnit Testrunner for JavaFX Tests

Группа

Группа

de.saxsys
Идентификатор

Идентификатор

jfx-testrunner
Версия

Версия

1.0
Тип

Тип

jar

Скачать jfx-testrunner 1.0


<!-- https://jarcasting.com/artifacts/de.saxsys/jfx-testrunner/ -->
<dependency>
    <groupId>de.saxsys</groupId>
    <artifactId>jfx-testrunner</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.saxsys/jfx-testrunner/
implementation 'de.saxsys:jfx-testrunner:1.0'
// https://jarcasting.com/artifacts/de.saxsys/jfx-testrunner/
implementation ("de.saxsys:jfx-testrunner:1.0")
'de.saxsys:jfx-testrunner:jar:1.0'
<dependency org="de.saxsys" name="jfx-testrunner" rev="1.0">
  <artifact name="jfx-testrunner" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.saxsys', module='jfx-testrunner', version='1.0')
)
libraryDependencies += "de.saxsys" % "jfx-testrunner" % "1.0"
[de.saxsys/jfx-testrunner "1.0"]