CodeGist Commons

CodeGist Commons offers a set of utility classes for common tasks, as encoding/decoding, collections, I/O, marshalling/unmarshalling, reflection and more.

License

License

Apache Software License - Version 2.0
GroupId

GroupId

org.codegist
ArtifactId

ArtifactId

codegist-common
Last Version

Last Version

2.0.0-RC1
Release Date

Release Date

Type

Type

jar
Description

Description

CodeGist Commons
CodeGist Commons offers a set of utility classes for common tasks, as encoding/decoding, collections, I/O, marshalling/unmarshalling, reflection and more.
Source Code Management

Source Code Management

https://github.com/codegist/common

Download codegist-common

How to add to project

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

Dependencies

compile (5)

Group / Artifact Type Version
cglib : cglib Optional jar 2.2
log4j : log4j Optional jar 1.2.16
org.slf4j : slf4j-api Optional jar 1.6.0
commons-logging : commons-logging Optional jar 1.0
com.google.android : android Optional jar 2.3.3

test (4)

Group / Artifact Type Version
junit : junit jar 4.4
org.mockito : mockito-all jar 1.8.5
org.powermock : powermock-api-mockito jar 1.4.9
org.powermock : powermock-module-junit4 jar 1.4.9

Project Modules

There are no modules declared in this project.

Versions

Version
2.0.0-RC1
1.0.1
1.0.0