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.1.jar download
config-builder-1.1.pom download
config-builder-1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.tngtech.java</groupId>
  <artifactId>config-builder</artifactId>
  <version>1.1</version>
</dependency>
Gradle Groovy
implementation 'com.tngtech.java:config-builder:1.1'
Gradle Kotlin
implementation("com.tngtech.java:config-builder:1.1")
Scala SBT
libraryDependencies += "com.tngtech.java" % "config-builder" % "1.1"
Groovy Grape
@Grapes(
  @Grab(group='com.tngtech.java', module='config-builder', version='1.1')
)
Apache Ivy
<dependency org="com.tngtech.java" name="config-builder" rev="1.1" />
Leiningen
[com.tngtech.java/config-builder "1.1"]
Apache Buildr
'com.tngtech.java:config-builder:jar:1.1'