is not current version
Last Version 0.0.6

de.keawe:local-config 0.0.3

Library to store and load configurations in local files

Categories

Categories

config Application Layer Libs Configuration
GroupId

GroupId

de.keawe
ArtifactId

ArtifactId

local-config
Version

Version

0.0.3
Type

Type

jar

Download local-config 0.0.3


<!-- https://jarcasting.com/artifacts/de.keawe/local-config/ -->
<dependency>
    <groupId>de.keawe</groupId>
    <artifactId>local-config</artifactId>
    <version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/de.keawe/local-config/
implementation 'de.keawe:local-config:0.0.3'
// https://jarcasting.com/artifacts/de.keawe/local-config/
implementation ("de.keawe:local-config:0.0.3")
'de.keawe:local-config:jar:0.0.3'
<dependency org="de.keawe" name="local-config" rev="0.0.3">
  <artifact name="local-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.keawe', module='local-config', version='0.0.3')
)
libraryDependencies += "de.keawe" % "local-config" % "0.0.3"
[de.keawe/local-config "0.0.3"]