Download imageio-batik-3.3.2.jar file - Jar i

Jar examples for i:imageio-batik

Description

ImageIO wrapper for the Batik SVG Toolkit, enabling Scalable Vector Graphics (SVG) support. See the <a href="http://xmlgraphics.apache.org/batik/">Batik Home page</a> for more information.

You can download jar file imageio-batik 3.3.2 in this page.

Build File

You can use the following script to add imageio-batik-3.3.2.jar to your project.

<dependency>
   <groupId>com.twelvemonkeys.imageio</groupId>
   <artifactId>imageio-batik</artifactId>
   <version>3.3.2</version>
</dependency>
compile group: 'com.twelvemonkeys.imageio', name: 'imageio-batik', version: '3.3.2'
libraryDependencies += "com.twelvemonkeys.imageio" % "imageio-batik" % "3.3.2"
<dependency org="com.twelvemonkeys.imageio" name="imageio-batik" rev="3.3.2"/>
@Grapes(@Grab(group='com.twelvemonkeys.imageio', module='imageio-batik', version='3.3.2'))
'com.twelvemonkeys.imageio:imageio-batik:jar:3.3.2'

Download

Click the following link to download the jar file.

imageio-batik-3.3.2-javadoc.jar
imageio-batik-3.3.2-sources.jar
imageio-batik-3.3.2-test-sources.jar
imageio-batik-3.3.2-tests.jar
imageio-batik-3.3.2.jar
imageio-batik-3.3.2.pom



Related Tutorials