is not current version
Last Version 1.0

org.drombler.commons:drombler-commons-client 0.6

Drombler Commons - Client is a collection of reusable libraries and frameworks for client side development

Categories

Categories

CLI User Interface
GroupId

GroupId

org.drombler.commons
ArtifactId

ArtifactId

drombler-commons-client
Version

Version

0.6
Type

Type

pom

Download drombler-commons-client 0.6


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