a

addc-base

The addc-base library supplies classes for creating UUIDs, converting between types, outputting byte arrays with different formats including Base64, Formatting dates following different ISO formatssupport for Julian dates, delay generator, password encryption, property file parsing, an object serialization engine, shutdown hook management, forked and counting streams and I18N sypport for all the libraries in ADDC Commons.
Files download
File Operation
addc-base-2.6.jar download
addc-base-2.6.pom download
addc-base-2.6-sources.jar download
Apache Maven
<dependency>
  <groupId>com.addc</groupId>
  <artifactId>addc-base</artifactId>
  <version>2.6</version>
</dependency>
Gradle Groovy
implementation 'com.addc:addc-base:2.6'
Gradle Kotlin
implementation("com.addc:addc-base:2.6")
Scala SBT
libraryDependencies += "com.addc" % "addc-base" % "2.6"
Groovy Grape
@Grapes(
  @Grab(group='com.addc', module='addc-base', version='2.6')
)
Apache Ivy
<dependency org="com.addc" name="addc-base" rev="2.6" />
Leiningen
[com.addc/addc-base "2.6"]
Apache Buildr
'com.addc:addc-base:jar:2.6'