Download imageio-pict-3.1.1.jar file - Jar i

Jar examples for i:imageio-pict

Description

ImageIO plugin for Apple Mac Paint Picture (PICT) format.

You can download jar file imageio-pict 3.1.1 in this page.

Build File

You can use the following script to add imageio-pict-3.1.1.jar to your project.

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

Download

Click the following link to download the jar file.

imageio-pict-3.1.1.jar
imageio-pict-3.1.1-javadoc.jar
imageio-pict-3.1.1.pom
imageio-pict-3.1.1-sources.jar
imageio-pict-3.1.1-tests.jar
imageio-pict-3.1.1-test-sources.jar



Related Tutorials