Configuration

Configuration is a Java library to manage application configuration with compiled-in defaults and externally overridable config files, in a Properties-like manner.

License

License

Categories

Categories

config Application Layer Libs Configuration
GroupId

GroupId

me.lachlanap.config
ArtifactId

ArtifactId

config
Last Version

Last Version

1.0
Release Date

Release Date

Type

Type

jar
Description

Description

Configuration
Configuration is a Java library to manage application configuration with compiled-in defaults and externally overridable config files, in a Properties-like manner.

Download config

How to add to project

<!-- 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"]

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

Versions

Version
1.0