| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.jfxtras |
| Идентификатор | Идентификаторjfxtras-parent |
| Последняя версия | Последняя версия17-r1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеJFXtras parent
Miscellaneous components for JavaFX
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| jfxtras-parent-17-r1.pom | 14 KB |
| jfxtras-parent-17-r1-javadoc.jar | 4 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.jfxtras/jfxtras-parent/ -->
<dependency>
<groupId>org.jfxtras</groupId>
<artifactId>jfxtras-parent</artifactId>
<version>17-r1</version>
</dependency>
// https://jarcasting.com/artifacts/org.jfxtras/jfxtras-parent/
implementation 'org.jfxtras:jfxtras-parent:17-r1'
// https://jarcasting.com/artifacts/org.jfxtras/jfxtras-parent/
implementation ("org.jfxtras:jfxtras-parent:17-r1")
'org.jfxtras:jfxtras-parent:jar:17-r1'
<dependency org="org.jfxtras" name="jfxtras-parent" rev="17-r1">
<artifact name="jfxtras-parent" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jfxtras', module='jfxtras-parent', version='17-r1')
)
libraryDependencies += "org.jfxtras" % "jfxtras-parent" % "17-r1"
[org.jfxtras/jfxtras-parent "17-r1"]