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