d

drombler-commons-client-parent

This Drombler Commons - Client - Parent POM should be the parent (either directly or indirectly) of every Drombler Commons - Client project unless there is a good reason to do otherwise (in which case the reason should be documented).
https://www.drombler.org/drombler-commons/${project.version}/docs/site
COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
Files download
File Operation
drombler-commons-client-parent-1.0.pom download
Apache Maven
<dependency>
  <groupId>org.drombler.commons</groupId>
  <artifactId>drombler-commons-client-parent</artifactId>
  <version>1.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.drombler.commons:drombler-commons-client-parent:1.0'
Gradle Kotlin
implementation("org.drombler.commons:drombler-commons-client-parent:1.0")
Scala SBT
libraryDependencies += "org.drombler.commons" % "drombler-commons-client-parent" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='org.drombler.commons', module='drombler-commons-client-parent', version='1.0')
)
Apache Ivy
<dependency org="org.drombler.commons" name="drombler-commons-client-parent" rev="1.0" />
Leiningen
[org.drombler.commons/drombler-commons-client-parent "1.0"]
Apache Buildr
'org.drombler.commons:drombler-commons-client-parent:jar:1.0'