is not current version
Last Version 12.0

com.vectorprint:VectorPrintConfig 8.1

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

8.1
Type

Type

jar

Download VectorPrintConfig 8.1


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