LocalConfig
Save configuration for your programs in local files.
License |
License |
---|---|
Categories |
Categoriesconfig Application Layer Libs Configuration |
GroupId | GroupIdde.keawe |
ArtifactId | ArtifactIdlocal-config |
Last Version | Last Version0.0.6 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionLocal Config
Library to store and load configurations in local files
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
local-config-0.0.6.pom | |
local-config-0.0.6.jar | 7 KB |
local-config-0.0.6-sources.jar | 3 KB |
local-config-0.0.6-javadoc.jar | 410 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.keawe/local-config/ -->
<dependency>
<groupId>de.keawe</groupId>
<artifactId>local-config</artifactId>
<version>0.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/de.keawe/local-config/
implementation 'de.keawe:local-config:0.0.6'
// https://jarcasting.com/artifacts/de.keawe/local-config/
implementation ("de.keawe:local-config:0.0.6")
'de.keawe:local-config:jar:0.0.6'
<dependency org="de.keawe" name="local-config" rev="0.0.6">
<artifact name="local-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.keawe', module='local-config', version='0.0.6')
)
libraryDependencies += "de.keawe" % "local-config" % "0.0.6"
[de.keawe/local-config "0.0.6"]
Group / Artifact | Type | Version |
---|---|---|
de.keawe : tools.translations | jar | 1.1.1 |
org.slf4j : slf4j-api | jar | 1.7.30 |
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-core | jar | 1.2.3 |
ch.qos.logback : logback-classic | jar | 1.2.3 |
Save configuration for your programs in local files.