c

config-builder

The Config Builder creates fully configured instances of config classes, using values from various sources like properties files, command line arguments etc.
https://github.com/TNG/config-builder
The Apache Software License, Version 2.0
TNG Technology Consulting
Matthias Bollwein Thomas Endres Andreas Würl
Files download
File Operation
config-builder-1.3.jar download
config-builder-1.3.pom download
config-builder-1.3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.tngtech.java</groupId>
  <artifactId>config-builder</artifactId>
  <version>1.3</version>
</dependency>
Gradle Groovy
implementation 'com.tngtech.java:config-builder:1.3'
Gradle Kotlin
implementation("com.tngtech.java:config-builder:1.3")
Scala SBT
libraryDependencies += "com.tngtech.java" % "config-builder" % "1.3"
Groovy Grape
@Grapes(
  @Grab(group='com.tngtech.java', module='config-builder', version='1.3')
)
Apache Ivy
<dependency org="com.tngtech.java" name="config-builder" rev="1.3" />
Leiningen
[com.tngtech.java/config-builder "1.3"]
Apache Buildr
'com.tngtech.java:config-builder:jar:1.3'