a

addc-commons

The addc-commons project is used to build all the commons jar files.
http://www.peterkanis.com/projects/addc-commons
Files download
File Operation
addc-commons-2.5.2.pom download
Apache Maven
<dependency>
  <groupId>com.addc</groupId>
  <artifactId>addc-commons</artifactId>
  <version>2.5.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.addc:addc-commons:2.5.2'
Gradle Kotlin
implementation("com.addc:addc-commons:2.5.2")
Scala SBT
libraryDependencies += "com.addc" % "addc-commons" % "2.5.2"
Groovy Grape
@Grapes(
  @Grab(group='com.addc', module='addc-commons', version='2.5.2')
)
Apache Ivy
<dependency org="com.addc" name="addc-commons" rev="2.5.2" />
Leiningen
[com.addc/addc-commons "2.5.2"]
Apache Buildr
'com.addc:addc-commons:jar:2.5.2'