is not current version
Last Version 11.0

com.vectorprint:Config 7.0

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.

Categories

Categories

config Application Layer Libs Configuration
GroupId

GroupId

com.vectorprint
ArtifactId

ArtifactId

Config
Version

Version

7.0
Type

Type

jar

Download Config 7.0


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