Download VectorPrintConfig-7.3.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.3 in this page.

License

Apache License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

VectorPrintConfig-7.3-javadoc.jar
VectorPrintConfig-7.3-sources.jar
VectorPrintConfig-7.3.jar
VectorPrintConfig-7.3.pom



Related Tutorials