is not current version
Last Version 2.6

com.addc:addc-commons 2.5.1

The addc-commons project is used to build all the commons jar files.

GroupId

GroupId

com.addc
ArtifactId

ArtifactId

addc-commons
Version

Version

2.5.1
Type

Type

pom

Download addc-commons 2.5.1

Filename Size
addc-commons-2.5.1.pom 6 KB
Browse

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