is not current version
Last Version 1.0

org.drombler.commons:drombler-commons-client 0.10

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

Type

pom

Download drombler-commons-client 0.10


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