| Категории |
КатегорииJUnit Тестирование компонентов |
|---|---|
| Группа | Группаorg.testfx |
| Идентификатор | Идентификаторtestfx-junit5 |
| Версия | Версия4.0.10-alpha |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| testfx-junit5-4.0.10-alpha.pom | |
| testfx-junit5-4.0.10-alpha.jar | 9 KB |
| testfx-junit5-4.0.10-alpha-sources.jar | 7 KB |
| testfx-junit5-4.0.10-alpha-javadoc.jar | 394 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.testfx/testfx-junit5/ -->
<dependency>
<groupId>org.testfx</groupId>
<artifactId>testfx-junit5</artifactId>
<version>4.0.10-alpha</version>
</dependency>
// https://jarcasting.com/artifacts/org.testfx/testfx-junit5/
implementation 'org.testfx:testfx-junit5:4.0.10-alpha'
// https://jarcasting.com/artifacts/org.testfx/testfx-junit5/
implementation ("org.testfx:testfx-junit5:4.0.10-alpha")
'org.testfx:testfx-junit5:jar:4.0.10-alpha'
<dependency org="org.testfx" name="testfx-junit5" rev="4.0.10-alpha">
<artifact name="testfx-junit5" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.testfx', module='testfx-junit5', version='4.0.10-alpha')
)
libraryDependencies += "org.testfx" % "testfx-junit5" % "4.0.10-alpha"
[org.testfx/testfx-junit5 "4.0.10-alpha"]