| License | License | 
|---|---|
| Categories | Categoriesconfig Application Layer Libs Configuration | 
| GroupId | GroupIdde.srsoftware | 
| ArtifactId | ArtifactIdlocal-config | 
| Last Version | Last Version0.1.3 | 
| 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.1.3.pom | |
| local-config-0.1.3.jar | 7 KB | 
| local-config-0.1.3-sources.jar | 3 KB | 
| local-config-0.1.3-javadoc.jar | 405 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/de.srsoftware/local-config/ -->
<dependency>
    <groupId>de.srsoftware</groupId>
    <artifactId>local-config</artifactId>
    <version>0.1.3</version>
</dependency>// https://jarcasting.com/artifacts/de.srsoftware/local-config/
implementation 'de.srsoftware:local-config:0.1.3'// https://jarcasting.com/artifacts/de.srsoftware/local-config/
implementation ("de.srsoftware:local-config:0.1.3")'de.srsoftware:local-config:jar:0.1.3'<dependency org="de.srsoftware" name="local-config" rev="0.1.3">
  <artifact name="local-config" type="jar" />
</dependency>@Grapes(
@Grab(group='de.srsoftware', module='local-config', version='0.1.3')
)libraryDependencies += "de.srsoftware" % "local-config" % "0.1.3"[de.srsoftware/local-config "0.1.3"]| Group / Artifact | Type | Version | 
|---|---|---|
| de.srsoftware : tools.translations | jar | 1.1.3 | 
| 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 |