License |
License |
---|---|
Categories |
CategoriesJava Languages config Application Layer Libs Configuration |
GroupId | GroupIdcom.tngtech.java |
ArtifactId | ArtifactIdconfig-builder |
Last Version | Last Version1.7.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionConfig-Builder
The Config Builder creates fully configured instances of config classes, using values from various sources like properties files, command line arguments etc.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
config-builder-1.7.0.pom | |
config-builder-1.7.0.jar | 70 KB |
config-builder-1.7.0-sources.jar | 41 KB |
config-builder-1.7.0-javadoc.jar | 330 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.tngtech.java/config-builder/ -->
<dependency>
<groupId>com.tngtech.java</groupId>
<artifactId>config-builder</artifactId>
<version>1.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.tngtech.java/config-builder/
implementation 'com.tngtech.java:config-builder:1.7.0'
// https://jarcasting.com/artifacts/com.tngtech.java/config-builder/
implementation ("com.tngtech.java:config-builder:1.7.0")
'com.tngtech.java:config-builder:jar:1.7.0'
<dependency org="com.tngtech.java" name="config-builder" rev="1.7.0">
<artifact name="config-builder" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tngtech.java', module='config-builder', version='1.7.0')
)
libraryDependencies += "com.tngtech.java" % "config-builder" % "1.7.0"
[com.tngtech.java/config-builder "1.7.0"]
Group / Artifact | Type | Version |
---|---|---|
com.tngtech.java : property-loader | jar | 1.4.0 |
com.google.guava : guava | jar | 30.1-jre |
org.reflections : reflections | jar | 0.9.12 |
commons-cli : commons-cli | jar | 1.4 |
javax.validation : validation-api | jar | 2.0.1.Final |
org.glassfish : javax.el | jar | 3.0.1-b12 |
org.hibernate.validator : hibernate-validator | jar | 6.2.0.Final |
org.slf4j : slf4j-api | jar | 1.7.30 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 2.28.2 |
org.assertj : assertj-core | jar | 3.12.2 |
org.slf4j : slf4j-log4j12 | jar | 1.7.30 |