is not current version
Last Version 1.7.0

com.tngtech.java:config-builder 1.5.0

The Config Builder creates fully configured instances of config classes, using values from various sources like properties files, command line arguments etc.

Categories

Categories

Java Languages config Application Layer Libs Configuration
GroupId

GroupId

com.tngtech.java
ArtifactId

ArtifactId

config-builder
Version

Version

1.5.0
Type

Type

jar

Download config-builder 1.5.0


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