is not current version
Last Version 1.0

org.drombler.commons:drombler-commons 0.5

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.5
Type

Type

pom

Download drombler-commons 0.5

Filename Size
drombler-commons-0.5.pom 4 KB
Browse

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