License |
License
COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
|
---|---|
GroupId | GroupIdorg.drombler.commons |
ArtifactId | ArtifactIddrombler-commons-fx |
Version | Version1.0 |
Type | Typepom |
Description |
DescriptionDrombler Commons - FX
Drombler Commons - FX is a collection of reusable libraries and frameworks for JavaFX. You can use this
POM file e.g. in your dependencyManagement section to manage your Drombler Commons FX dependencies.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
drombler-commons-fx-1.0.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.drombler.commons/drombler-commons-fx/ -->
<dependency>
<groupId>org.drombler.commons</groupId>
<artifactId>drombler-commons-fx</artifactId>
<version>1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.drombler.commons/drombler-commons-fx/
implementation 'org.drombler.commons:drombler-commons-fx:1.0'
// https://jarcasting.com/artifacts/org.drombler.commons/drombler-commons-fx/
implementation ("org.drombler.commons:drombler-commons-fx:1.0")
'org.drombler.commons:drombler-commons-fx:pom:1.0'
<dependency org="org.drombler.commons" name="drombler-commons-fx" rev="1.0">
<artifact name="drombler-commons-fx" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.drombler.commons', module='drombler-commons-fx', version='1.0')
)
libraryDependencies += "org.drombler.commons" % "drombler-commons-fx" % "1.0"
[org.drombler.commons/drombler-commons-fx "1.0"]