Local Config

Library to store and load configurations in local files

License

License

Categories

Categories

config Application Layer Libs Configuration
GroupId

GroupId

de.keawe
ArtifactId

ArtifactId

local-config
Last Version

Last Version

0.0.6
Release Date

Release Date

Type

Type

jar
Description

Description

Local Config
Library to store and load configurations in local files
Project URL

Project URL

https://github.com/keawe-software/LocalConfig
Project Organization

Project Organization

Keawe
Source Code Management

Source Code Management

https://github.com/keawe-software/LocalConfig

Download local-config

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
de.keawe : tools.translations jar 1.1.1
org.slf4j : slf4j-api jar 1.7.30

runtime (2)

Group / Artifact Type Version
ch.qos.logback : logback-core jar 1.2.3
ch.qos.logback : logback-classic jar 1.2.3

Project Modules

There are no modules declared in this project.

LocalConfig

Save configuration for your programs in local files.

Versions

Version
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1