MVN

com.vectorprint : Config

Maven & Gradle

Jul 21, 2023
4 usages
2 stars

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.

<dependency>
    <groupId>com.vectorprint</groupId>
    <artifactId>Config</artifactId>
    <version>11.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.vectorprint : Config to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 11.5

All Versions

Choose a version of com.vectorprint : Config to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
11.5
Config-11.5
11.4
Config-11.4
11.2
Config-11.2
11.1
Config-11.1
11.0
Config-11.0
10.9
Config-10.9
10.8
Config-10.8
10.7
Config-10.7
10.6
Config-10.6
10.5
Config-10.5
10.3
Config-10.3
10.2
Config-10.2
10.1
Config-10.1
10.0
Config-10.0
9.1
Config-9.1
8.6
Config-8.6
8.5
Config-8.5
8.3
Config-8.3
8.2
Config-8.2
8.0
Config-8.0
7.4
Config-7.4
7.2
Config-7.2
7.0
Config-7.0
6.8
Config-6.8
6.7
Config-6.7
6.6
Config-6.6
6.5
Config-6.5
6.3
Config-6.3
6.2
Config-6.2
6.1
Config-6.1
6.0
Config-6.0
5.5
Config-5.5
5.3
Config-5.3
5.2
Config-5.2
5.0
Config-5.0
1.7
Config-1.7
1.6
Config-1.6
1.1
Config-1.1
1.0
Config-1.0

How to add a dependency to Maven

Add the following com.vectorprint : Config maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.vectorprint</groupId>
    <artifactId>Config</artifactId>
    <version>11.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.vectorprint : Config gradle dependency to your build.gradle file:

implementation 'com.vectorprint:Config:11.5'

Gradle Kotlin DSL: Add the following com.vectorprint : Config gradle kotlin dependency to your build.gradle.kts file:

implementation("com.vectorprint:Config:11.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.vectorprint : Config sbt scala dependency to your build.sbt file:

libraryDependencies += "com.vectorprint" % "Config" % "11.5"