is not current version
Last Version 1.0

org.drombler.fx:drombler-fx-parent 0.6

The parent POM of the Drombler FX project. This Drombler FX Parent POM should be the parent (either directly or indirectly) of every Drombler FX project unless there is a good reason to do otherwise (in which case the reason should be documented).

GroupId

GroupId

org.drombler.fx
ArtifactId

ArtifactId

drombler-fx-parent
Version

Version

0.6
Type

Type

pom

Download drombler-fx-parent 0.6


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