License |
License |
---|---|
Categories |
CategoriesNet config Application Layer Libs Configuration |
GroupId | GroupIdnet.zcarioca.zcommons |
ArtifactId | ArtifactIdzlib-config |
Last Version | Last Version1.5.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionZCommons - Configuration Library - (1.5.2)
A library project designed to simplify project configuration and remove boiler-plate code.
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
zlib-config-1.5.2.pom | |
zlib-config-1.5.2.jar | 109 KB |
zlib-config-1.5.2-sources.jar | 49 KB |
zlib-config-1.5.2-javadoc.jar | 217 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.zcarioca.zcommons/zlib-config/ -->
<dependency>
<groupId>net.zcarioca.zcommons</groupId>
<artifactId>zlib-config</artifactId>
<version>1.5.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.zcarioca.zcommons/zlib-config/
implementation 'net.zcarioca.zcommons:zlib-config:1.5.2'
// https://jarcasting.com/artifacts/net.zcarioca.zcommons/zlib-config/
implementation ("net.zcarioca.zcommons:zlib-config:1.5.2")
'net.zcarioca.zcommons:zlib-config:jar:1.5.2'
<dependency org="net.zcarioca.zcommons" name="zlib-config" rev="1.5.2">
<artifact name="zlib-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.zcarioca.zcommons', module='zlib-config', version='1.5.2')
)
libraryDependencies += "net.zcarioca.zcommons" % "zlib-config" % "1.5.2"
[net.zcarioca.zcommons/zlib-config "1.5.2"]
Group / Artifact | Type | Version |
---|---|---|
commons-lang : commons-lang | jar | 2.6 |
commons-collections : commons-collections | jar | 3.2.1 |
commons-io : commons-io | jar | 2.4 |
org.slf4j : slf4j-api | jar | 1.7.5 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-context | jar | 2.5.6 |
org.springframework : spring-beans | jar | 2.5.6 |
org.springframework : spring-aspects | jar | 2.5.6 |
Group / Artifact | Type | Version |
---|---|---|
org.aspectj : aspectjrt | jar | 1.7.3 |
org.slf4j : jcl-over-slf4j | jar | 1.7.5 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-test | jar | 2.5.6 |
org.slf4j : slf4j-log4j12 | jar | 1.7.5 |
org.mockito : mockito-core | jar | 1.9.5 |
junit : junit | jar | 4.4 |