is not current version
Last Version 1.0

org.drombler.commons:drombler-commons-parent 0.8

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

GroupId

GroupId

org.drombler.commons
ArtifactId

ArtifactId

drombler-commons-parent
Version

Version

0.8
Type

Type

pom

Download drombler-commons-parent 0.8


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