License |
License |
---|---|
Categories |
Categoriesconfig Application Layer Libs Configuration |
GroupId | GroupIdcom.alanbuttars.commons |
ArtifactId | ArtifactIdcommons-config |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncommons-config
Commons Config is an API which provides elegant interaction with configuration files.
|
Filename | Size |
---|---|
commons-config-1.0.pom | |
commons-config-1.0.jar | 39 KB |
commons-config-1.0-sources.jar | 39 KB |
commons-config-1.0-javadoc.jar | 216 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.alanbuttars.commons/commons-config/ -->
<dependency>
<groupId>com.alanbuttars.commons</groupId>
<artifactId>commons-config</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.alanbuttars.commons/commons-config/
implementation 'com.alanbuttars.commons:commons-config:1.0'
// https://jarcasting.com/artifacts/com.alanbuttars.commons/commons-config/
implementation ("com.alanbuttars.commons:commons-config:1.0")
'com.alanbuttars.commons:commons-config:jar:1.0'
<dependency org="com.alanbuttars.commons" name="commons-config" rev="1.0">
<artifact name="commons-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alanbuttars.commons', module='commons-config', version='1.0')
)
libraryDependencies += "com.alanbuttars.commons" % "commons-config" % "1.0"
[com.alanbuttars.commons/commons-config "1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.alanbuttars.commons : commons-util | jar | 1.0 |
com.google.guava : guava | jar | 20.0 |
com.fasterxml.jackson.dataformat : jackson-dataformat-yaml | jar | 2.8.7 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.8.7 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-all | jar | 1.10.19 |
org.powermock : powermock-module-junit4 | jar | 1.6.6 |
org.powermock : powermock-api-mockito | jar | 1.6.6 |