JAR file

Config-16.0.jar

in com/vectorprint/Config/16.0

Group ID: com.vectorprint
Artifact ID: Config
Version: 16.0
Last modified: 21.11.2025 13:48
Packaging: jar
Name: Config
Description: This project is about configuration of applications, most notably via CDI injection, and about parameterization of Objects. The library offers syntax support for settings and parameters in a loosely coupled manner. An enhanced java properties syntax and json are built-in. You are not restricted to the built-in syntaxes, you can provide your own, using javacc and spi, see SettinsBindingService.getFactory() and the junit tests. For Java-SE annotaions and a SettingsAnnotationProcessor are available to set values of fields and to configure features for settings. At runtime this library tracks keys for which a default is used when no value is found. It tracks unused keys as well. You can declare multiple features for settings such as caching, preparing keys and values, auto reloading, readonlyness, threadsafety, help for properties, reading / parsing from input. You can also develop your own features for settings.
URL: https://github.com/eduarddrenth/Configuration/wiki
Vendor: E. Drenth Software
Size: 215.0 KB
Download: https://repo.maven.apache.org/maven2/com/vectorprint/Config/16.0/Config-16.0.jar
POM: Show
Maven:
<dependency>
  <groupId>com.vectorprint</groupId>
  <artifactId>Config</artifactId>
  <version>16.0</version>
</dependency>
Gradle:
com.vectorprint:Config:16.0
Contained classes: Show all
Dependencies:
  • [JAR] VectorPrintCommon-10.0-tests.jar in ${project/groupId}/VectorPrintCommon/10.0
  • [JAR] VectorPrintCommon-10.0.jar in ${project/groupId}/VectorPrintCommon/10.0
  • [JAR] commons-io-2.20.0.jar in commons-io/commons-io/2.20.0
  • [JAR] jakarta.jakartaee-api-10.0.0.jar in jakarta/platform/jakarta.jakartaee-api/10.0.0
  • [JAR] slf4j-api-2.0.17.jar in org/slf4j/slf4j-api/2.0.17
  • [JAR] slf4j-jdk14-2.0.17.jar in org/slf4j/slf4j-jdk14/2.0.17
  • [JAR] weld-junit5-4.0.3.Final.jar in org/jboss/weld/weld-junit5/4.0.3.Final
Dependency Graph: Show