config
A reusable Java library providing a comprehensive configuration setup on-top of Apache Configuration.
License: MIT
Features
TBW
Download TBW
Usage Examples
TBW
| License |
License |
|---|---|
| Categories |
CategoriesNet config Application Layer Libs Configuration |
| GroupId | GroupIdnet.redhogs.config |
| ArtifactId | ArtifactIdconfig |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionconfig
A reusable Java library providing a comprehensive configuration setup on-top of Apache Configuration.
|
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| config-1.0.pom | |
| config-1.0.jar | 6 KB |
| config-1.0-sources.jar | 3 KB |
| config-1.0-javadoc.jar | 25 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.redhogs.config/config/ -->
<dependency>
<groupId>net.redhogs.config</groupId>
<artifactId>config</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.redhogs.config/config/
implementation 'net.redhogs.config:config:1.0'
// https://jarcasting.com/artifacts/net.redhogs.config/config/
implementation ("net.redhogs.config:config:1.0")
'net.redhogs.config:config:jar:1.0'
<dependency org="net.redhogs.config" name="config" rev="1.0">
<artifact name="config" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.redhogs.config', module='config', version='1.0')
)
libraryDependencies += "net.redhogs.config" % "config" % "1.0"
[net.redhogs.config/config "1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.2 |
| commons-io : commons-io | jar | 2.4 |
| commons-configuration : commons-configuration | jar | 1.9 |
| Group / Artifact | Type | Version |
|---|---|---|
| ch.qos.logback : logback-classic | jar | 1.0.9 |
| junit : junit | jar | 4.10 |
A reusable Java library providing a comprehensive configuration setup on-top of Apache Configuration.
License: MIT
Features
TBW
Download TBW
Usage Examples
TBW