is not current version
Last Version 1.0

org.drombler.commons:drombler-commons 0.12

Drombler Commons is a collection of reusable libraries and frameworks. You can use this POM file e.g. in your dependencyManagement section to manage your Drombler Commons dependencies.

GroupId

GroupId

org.drombler.commons
ArtifactId

ArtifactId

drombler-commons
Version

Version

0.12
Type

Type

pom

Download drombler-commons 0.12


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