| License |
License |
|---|---|
| GroupId | GroupIdorg.controlsfx |
| ArtifactId | ArtifactIdcontrolsfx |
| Version | Version11.1.1 |
| Type | Typejar |
| Description |
DescriptionControlsFX
High quality UI controls and other tools to complement the core JavaFX distribution
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| 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 |
| Browse |
<!-- 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"]