V

VectorPrintConfig

A library for configuration of applications and parameterization of objects. Settings can be provided in a configfile (file, url, stream), as arguments and programmatically, object parameters can be set using annotations or code. Both provide data type support, serialization, cloning, a help mechanism.
http://www.vectorprint.nl
Apache License, Version 2.0
VectorPrint
Eduard Drenth
Files download
File Operation
VectorPrintConfig-8.5.jar download
VectorPrintConfig-8.5.pom download
VectorPrintConfig-8.5-sources.jar download
Apache Maven
<dependency>
  <groupId>com.vectorprint</groupId>
  <artifactId>VectorPrintConfig</artifactId>
  <version>8.5</version>
</dependency>
Gradle Groovy
implementation 'com.vectorprint:VectorPrintConfig:8.5'
Gradle Kotlin
implementation("com.vectorprint:VectorPrintConfig:8.5")
Scala SBT
libraryDependencies += "com.vectorprint" % "VectorPrintConfig" % "8.5"
Groovy Grape
@Grapes(
  @Grab(group='com.vectorprint', module='VectorPrintConfig', version='8.5')
)
Apache Ivy
<dependency org="com.vectorprint" name="VectorPrintConfig" rev="8.5" />
Leiningen
[com.vectorprint/VectorPrintConfig "8.5"]
Apache Buildr
'com.vectorprint:VectorPrintConfig:jar:8.5'