License |
License |
---|---|
Categories |
Categoriesconfig Application Layer Libs Configuration |
GroupId | GroupIdme.lachlanap.config |
ArtifactId | ArtifactIdconfig |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionConfiguration
Configuration is a Java library to manage application configuration with
compiled-in defaults and externally overridable config files, in a
Properties-like manner.
|
Filename | Size |
---|---|
config-1.0.pom | |
config-1.0.jar | 17 KB |
config-1.0-sources.jar | 9 KB |
config-1.0-javadoc.jar | 102 KB |
Browse |
<!-- https://jarcasting.com/artifacts/me.lachlanap.config/config/ -->
<dependency>
<groupId>me.lachlanap.config</groupId>
<artifactId>config</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/me.lachlanap.config/config/
implementation 'me.lachlanap.config:config:1.0'
// https://jarcasting.com/artifacts/me.lachlanap.config/config/
implementation ("me.lachlanap.config:config:1.0")
'me.lachlanap.config:config:jar:1.0'
<dependency org="me.lachlanap.config" name="config" rev="1.0">
<artifact name="config" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.lachlanap.config', module='config', version='1.0')
)
libraryDependencies += "me.lachlanap.config" % "config" % "1.0"
[me.lachlanap.config/config "1.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |