MVN

com.vectorprint : Config

Maven & Gradle

Jun 29, 2022
4 usages
1 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>10.9</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: 10.9

All Versions

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

  • Version Updated
  • Config-10.9

    Jun 29, 2022
  • Config-11.1

    Jun 29, 2022
  • Config-10.8

    Jun 29, 2022
  • Config-11.0

    Sep 09, 2021
  • Config-10.7

    Apr 27, 2021
  • Config-10.6

    Apr 13, 2021
  • Config-10.5

    Mar 27, 2021
  • Config-10.3

    Jan 10, 2021
  • Config-10.2

    Dec 27, 2020
  • Config-10.1

    Jun 15, 2020
  • Config-10.0

    May 25, 2020
  • Config-9.1

    May 14, 2020
  • Config-8.6

    Jan 15, 2019
  • Config-8.5

    Oct 20, 2018
  • Config-8.3

    Sep 29, 2018
  • Config-8.2

    Jun 18, 2018
  • Config-8.0

    May 15, 2018
  • Config-7.4

    Jan 06, 2018
  • Config-7.2

    Aug 13, 2016
  • Config-7.0

    Aug 12, 2016
  • Config-6.8

    Apr 02, 2016
  • Config-6.7

    Feb 27, 2016
  • Config-6.6

    Feb 08, 2016
  • Config-6.5

    Jan 31, 2016
  • Config-6.3

    Dec 27, 2015
  • Config-6.2

    Dec 25, 2015
  • Config-6.1

    Dec 23, 2015
  • Config-6.0

    Dec 22, 2015
  • Config-5.5

    Oct 24, 2015
  • Config-5.3

    Sep 13, 2015
  • Config-5.2

    Jun 27, 2015
  • Config-5.0

    Jun 13, 2015
  • Config-1.7

    Apr 05, 2015
  • Config-1.6

    Mar 30, 2015
  • Config-1.1

    Mar 28, 2015
  • Config-1.0

    Mar 26, 2015

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>10.9</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:10.9'

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

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

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" % "10.9"