| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJavaFX Взаимодействие с пользователем |
| Группа | Группаorg.jfxcore |
| Идентификатор | Идентификаторjavafx-base |
| Последняя версия | Последняя версия18-ea+0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеJFXcore
|
| Имя Файла | Размер |
|---|---|
| javafx-base-18-ea+0.pom | |
| javafx-base-18-ea+0.jar | 856 KB |
| javafx-base-18-ea+0-sources.jar | 564 KB |
| javafx-base-18-ea+0-javadoc.jar | 9 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.jfxcore/javafx-base/ -->
<dependency>
<groupId>org.jfxcore</groupId>
<artifactId>javafx-base</artifactId>
<version>18-ea+0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jfxcore/javafx-base/
implementation 'org.jfxcore:javafx-base:18-ea+0'
// https://jarcasting.com/artifacts/org.jfxcore/javafx-base/
implementation ("org.jfxcore:javafx-base:18-ea+0")
'org.jfxcore:javafx-base:jar:18-ea+0'
<dependency org="org.jfxcore" name="javafx-base" rev="18-ea+0">
<artifact name="javafx-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jfxcore', module='javafx-base', version='18-ea+0')
)
libraryDependencies += "org.jfxcore" % "javafx-base" % "18-ea+0"
[org.jfxcore/javafx-base "18-ea+0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.jfxcore : javafx-base | jar | 18-ea+0 |