is not current version
Last Version 1.0

org.drombler.commons:drombler-commons-fx 0.7

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.

GroupId

GroupId

org.drombler.commons
ArtifactId

ArtifactId

drombler-commons-fx
Version

Version

0.7
Type

Type

pom

Download drombler-commons-fx 0.7


<!-- https://jarcasting.com/artifacts/org.drombler.commons/drombler-commons-fx/ -->
<dependency>
    <groupId>org.drombler.commons</groupId>
    <artifactId>drombler-commons-fx</artifactId>
    <version>0.7</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.drombler.commons/drombler-commons-fx/
implementation 'org.drombler.commons:drombler-commons-fx:0.7'
// https://jarcasting.com/artifacts/org.drombler.commons/drombler-commons-fx/
implementation ("org.drombler.commons:drombler-commons-fx:0.7")
'org.drombler.commons:drombler-commons-fx:pom:0.7'
<dependency org="org.drombler.commons" name="drombler-commons-fx" rev="0.7">
  <artifact name="drombler-commons-fx" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.drombler.commons', module='drombler-commons-fx', version='0.7')
)
libraryDependencies += "org.drombler.commons" % "drombler-commons-fx" % "0.7"
[org.drombler.commons/drombler-commons-fx "0.7"]