Download VectorGraphics2D-0.11.jar file - Jar v

Jar examples for v:VectorGraphics2D

Description

A library for adding vector export to Java(R) Graphics2D.

You can download jar file VectorGraphics2D 0.11 in this page.

License

GNU Library or Lesser General Public License (LGPL)

Build File

You can use the following script to add VectorGraphics2D-0.11.jar to your project.

<dependency>
   <groupId>de.erichseifert.vectorgraphics2d</groupId>
   <artifactId>VectorGraphics2D</artifactId>
   <version>0.11</version>
</dependency>
compile group: 'de.erichseifert.vectorgraphics2d', name: 'VectorGraphics2D', version: '0.11'
libraryDependencies += "de.erichseifert.vectorgraphics2d" % "VectorGraphics2D" % "0.11"
<dependency org="de.erichseifert.vectorgraphics2d" name="VectorGraphics2D" rev="0.11"/>
@Grapes(@Grab(group='de.erichseifert.vectorgraphics2d', module='VectorGraphics2D', version='0.11'))
'de.erichseifert.vectorgraphics2d:VectorGraphics2D:jar:0.11'

Download

Click the following link to download the jar file.

VectorGraphics2D-0.11-javadoc.jar
VectorGraphics2D-0.11-sources.jar
VectorGraphics2D-0.11.jar
VectorGraphics2D-0.11.pom



Related Tutorials