Download VectorPrintConfig-7.2.jar file - Jar v

Jar examples for v:VectorPrintConfig

Description

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.

You can download jar file VectorPrintConfig 7.2 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add VectorPrintConfig-7.2.jar to your project.

<dependency>
   <groupId>com.vectorprint</groupId>
   <artifactId>VectorPrintConfig</artifactId>
   <version>7.2</version>
</dependency>
compile group: 'com.vectorprint', name: 'VectorPrintConfig', version: '7.2'
libraryDependencies += "com.vectorprint" % "VectorPrintConfig" % "7.2"
<dependency org="com.vectorprint" name="VectorPrintConfig" rev="7.2"/>
@Grapes(@Grab(group='com.vectorprint', module='VectorPrintConfig', version='7.2'))
'com.vectorprint:VectorPrintConfig:jar:7.2'

Download

Click the following link to download the jar file.

VectorPrintConfig-7.2-javadoc.jar
VectorPrintConfig-7.2-sources.jar
VectorPrintConfig-7.2.jar
VectorPrintConfig-7.2.pom



Related Tutorials