| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.controlsfx |
| Идентификатор | Идентификаторcontrolsfx |
| Версия | Версия11.1.1 |
| Тип | Типjar |
| Описание |
ОписаниеControlsFX
High quality UI controls and other tools to complement the core JavaFX distribution
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| controlsfx-11.1.1.pom | |
| controlsfx-11.1.1.jar | 1 MB |
| controlsfx-11.1.1-sources.jar | 974 KB |
| controlsfx-11.1.1-javadoc.jar | 4 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.controlsfx/controlsfx/ -->
<dependency>
<groupId>org.controlsfx</groupId>
<artifactId>controlsfx</artifactId>
<version>11.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.controlsfx/controlsfx/
implementation 'org.controlsfx:controlsfx:11.1.1'
// https://jarcasting.com/artifacts/org.controlsfx/controlsfx/
implementation ("org.controlsfx:controlsfx:11.1.1")
'org.controlsfx:controlsfx:jar:11.1.1'
<dependency org="org.controlsfx" name="controlsfx" rev="11.1.1">
<artifact name="controlsfx" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.controlsfx', module='controlsfx', version='11.1.1')
)
libraryDependencies += "org.controlsfx" % "controlsfx" % "11.1.1"
[org.controlsfx/controlsfx "11.1.1"]