C

Config

This project is about configuration of applications and about parameterization of Objects. This library offers annotations (and annotation processors), parsers, typing, observing changes, serialization, cloning and more when working with settings and/or object parameters. Settings and its features can be declared using an xml format. The library offers syntax support for settings and parameters in a loosely coupled manner. You are not restricted to the built in syntaxes, you can provide your own. At runtime this library tracks keys for which a default is used because they are not found in settings. Also it tracks unused keys. You can stack features for settings such as caching, preparing keys and values, readonlyness, threadsafety, helpsupport, reading / parsing from input. You can easily develop your own features for settings.
http://www.vectorprint.nl
Apache License, Version 2.0
VectorPrint
Eduard Drenth
Files download
File Operation
Config-5.2.jar download
Config-5.2.pom download
Config-5.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.vectorprint</groupId>
  <artifactId>Config</artifactId>
  <version>5.2</version>
</dependency>
Gradle Groovy
implementation 'com.vectorprint:Config:5.2'
Gradle Kotlin
implementation("com.vectorprint:Config:5.2")
Scala SBT
libraryDependencies += "com.vectorprint" % "Config" % "5.2"
Groovy Grape
@Grapes(
  @Grab(group='com.vectorprint', module='Config', version='5.2')
)
Apache Ivy
<dependency org="com.vectorprint" name="Config" rev="5.2" />
Leiningen
[com.vectorprint/Config "5.2"]
Apache Buildr
'com.vectorprint:Config:jar:5.2'