is not current version
Last Version 0.1.3

de.srsoftware:local-config 0.0.7

Library to store and load configurations in local files

Categories

Categories

config Application Layer Libs Configuration
GroupId

GroupId

de.srsoftware
ArtifactId

ArtifactId

local-config
Version

Version

0.0.7
Type

Type

jar

Download local-config 0.0.7


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