is not current version
Last Version 1.0

org.drombler.commons:drombler-commons 0.4

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

Type

pom

Download drombler-commons 0.4

Filename Size
drombler-commons-0.4.pom 3 KB
Browse

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