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 built in syntax, 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.

License

License

Categories

Categories

config Application Layer Libs Configuration
GroupId

GroupId

com.vectorprint
ArtifactId

ArtifactId

Config
Last Version

Last Version

11.0
Release Date

Release Date

Type

Type

jar
Description

Description

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 built in syntax, 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.
Project URL

Project URL

https://github.com/eduarddrenth/Configuration/wiki
Project Organization

Project Organization

E. Drenth Software
Source Code Management

Source Code Management

https://github.com/eduarddrenth/Configuration

Download Config

How to add to project

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

Dependencies

compile (4)

Group / Artifact Type Version
com.vectorprint : VectorPrintCommon jar 4.1
org.slf4j : slf4j-api jar 1.7.30
com.sun.xml.bind : jaxb-impl jar 3.0.0
commons-io : commons-io jar 2.8.0

provided (1)

Group / Artifact Type Version
jakarta.platform : jakarta.jakartaee-api jar 9.0.0

test (3)

Group / Artifact Type Version
org.jboss.weld : weld-junit5 jar 3.0.0.Final
org.slf4j : slf4j-jdk14 jar 1.7.30
com.vectorprint : VectorPrintCommon test-jar 4.1

Project Modules

There are no modules declared in this project.

Versions

Version
11.0
10.7
10.6
10.5
10.3
10.2
10.1
10.0
9.1
8.6
8.5
8.3
8.2
8.0
7.4
7.2
7.0
6.8
6.7
6.6
6.5
6.3
6.2
6.1
6.0
5.5
5.3
5.2
5.0
1.7
1.6
1.1
1.0