License |
License |
---|---|
GroupId | GroupIdcom.addc |
ArtifactId | ArtifactIdaddc-base |
Last Version | Last Version2.6 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionaddc-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.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
addc-base-2.6.pom | |
addc-base-2.6.jar | 114 KB |
addc-base-2.6-tests.jar | 92 KB |
addc-base-2.6-sources.jar | 86 KB |
addc-base-2.6-javadoc.jar | 467 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.addc/addc-base/ -->
<dependency>
<groupId>com.addc</groupId>
<artifactId>addc-base</artifactId>
<version>2.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.addc/addc-base/
implementation 'com.addc:addc-base:2.6'
// https://jarcasting.com/artifacts/com.addc/addc-base/
implementation ("com.addc:addc-base:2.6")
'com.addc:addc-base:jar:2.6'
<dependency org="com.addc" name="addc-base" rev="2.6">
<artifact name="addc-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.addc', module='addc-base', version='2.6')
)
libraryDependencies += "com.addc" % "addc-base" % "2.6"
[com.addc/addc-base "2.6"]
Group / Artifact | Type | Version |
---|---|---|
commons-io : commons-io | jar | 2.6 |
commons-lang : commons-lang | jar | 2.6 |
org.slf4j : slf4j-api | jar | 1.7.25 |
org.slf4j : jul-to-slf4j | jar | 1.7.25 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.derby : derby | jar | 10.10.2.0 |
org.apache.ant : ant | jar | 1.9.3 |
Group / Artifact | Type | Version |
---|---|---|
org.jacorb : jacorb | jar | 3.9 |
com.addc : addc-test | jar | 2.6 |
org.powermock : powermock-module-junit4 | jar | 1.7.4 |
org.powermock : powermock-api-mockito | jar | 1.7.4 |
org.mockito : mockito-core | jar | 1.10.19 |
ch.qos.logback : logback-classic | jar | 1.2.3 |