| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.testfx |
| Идентификатор | Идентификаторtestfx-core |
| Версия | Версия4.0.16-alpha |
| Тип | Типjar |
| Описание |
Описаниеtestfx-core
TestFX Core
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| testfx-core-4.0.16-alpha.pom | |
| testfx-core-4.0.16-alpha.jar | 206 KB |
| testfx-core-4.0.16-alpha-sources.jar | 175 KB |
| testfx-core-4.0.16-alpha-javadoc.jar | 852 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.testfx/testfx-core/ -->
<dependency>
<groupId>org.testfx</groupId>
<artifactId>testfx-core</artifactId>
<version>4.0.16-alpha</version>
</dependency>
// https://jarcasting.com/artifacts/org.testfx/testfx-core/
implementation 'org.testfx:testfx-core:4.0.16-alpha'
// https://jarcasting.com/artifacts/org.testfx/testfx-core/
implementation ("org.testfx:testfx-core:4.0.16-alpha")
'org.testfx:testfx-core:jar:4.0.16-alpha'
<dependency org="org.testfx" name="testfx-core" rev="4.0.16-alpha">
<artifact name="testfx-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.testfx', module='testfx-core', version='4.0.16-alpha')
)
libraryDependencies += "org.testfx" % "testfx-core" % "4.0.16-alpha"
[org.testfx/testfx-core "4.0.16-alpha"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.hamcrest : hamcrest-core | jar | 1.3 |
| org.assertj : assertj-core | jar | 3.13.2 |