| License |
License
Apache Software License - Version 2.0
|
|---|---|
| GroupId | GroupIdorg.codegist |
| ArtifactId | ArtifactIdcodegist-common |
| Last Version | Last Version2.0.0-RC1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionCodeGist 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 |
| Filename | Size |
|---|---|
| codegist-common-2.0.0-RC1.pom | |
| codegist-common-2.0.0-RC1.jar | 62 KB |
| codegist-common-2.0.0-RC1-sources.jar | 55 KB |
| codegist-common-2.0.0-RC1-javadoc.jar | 244 KB |
| Browse |
<!-- 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"]
| 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 |
| 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 |