is not current version
Last Version 12.0

com.vectorprint:VectorPrintConfig 7.3

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.

Categories

Categories

config Application Layer Libs Configuration
GroupId

GroupId

com.vectorprint
ArtifactId

ArtifactId

VectorPrintConfig
Version

Version

7.3
Type

Type

jar

Download VectorPrintConfig 7.3


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