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