l

lightweight-config

A small library for enabling configuration parameters to be loaded in Java
https://github.com/webcompere/lightweight-config/
MIT License
Ashley Frieze
Files download
File Operation
lightweight-config-1.3.0.jar download
lightweight-config-1.3.0.pom download
lightweight-config-1.3.0-sources.jar download
Apache Maven
<dependency>
  <groupId>uk.org.webcompere</groupId>
  <artifactId>lightweight-config</artifactId>
  <version>1.3.0</version>
</dependency>
Gradle Groovy
implementation 'uk.org.webcompere:lightweight-config:1.3.0'
Gradle Kotlin
implementation("uk.org.webcompere:lightweight-config:1.3.0")
Scala SBT
libraryDependencies += "uk.org.webcompere" % "lightweight-config" % "1.3.0"
Groovy Grape
@Grapes(
  @Grab(group='uk.org.webcompere', module='lightweight-config', version='1.3.0')
)
Apache Ivy
<dependency org="uk.org.webcompere" name="lightweight-config" rev="1.3.0" />
Leiningen
[uk.org.webcompere/lightweight-config "1.3.0"]
Apache Buildr
'uk.org.webcompere:lightweight-config:jar:1.3.0'