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-10.0.jar download
VectorPrintConfig-10.0.pom download
VectorPrintConfig-10.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.vectorprint</groupId>
  <artifactId>VectorPrintConfig</artifactId>
  <version>10.0</version>
</dependency>
Gradle Groovy
implementation 'com.vectorprint:VectorPrintConfig:10.0'
Gradle Kotlin
implementation("com.vectorprint:VectorPrintConfig:10.0")
Scala SBT
libraryDependencies += "com.vectorprint" % "VectorPrintConfig" % "10.0"
Groovy Grape
@Grapes(
  @Grab(group='com.vectorprint', module='VectorPrintConfig', version='10.0')
)
Apache Ivy
<dependency org="com.vectorprint" name="VectorPrintConfig" rev="10.0" />
Leiningen
[com.vectorprint/VectorPrintConfig "10.0"]
Apache Buildr
'com.vectorprint:VectorPrintConfig:jar:10.0'