не последняя версия
Последняя версия 4.0.8-alpha

org.testfx:testfx-legacy 4.0.4-alpha

TestFX Legacy

Группа

Группа

org.testfx
Идентификатор

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

testfx-legacy
Версия

Версия

4.0.4-alpha
Тип

Тип

jar

Скачать testfx-legacy 4.0.4-alpha


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