Download jai_codec-1.1.2_01.jar file - Jar j

Jar examples for j:jai-codec

Description

Java Advanced Imaging Codecs supporting support BMP, GIF (read only), FlashPix (read only), JPEG, PNG, PNM, TIFF, and WBMP.

You can download jar file jai_codec 1.1.2_01 in this page.

License

Sun Microsystems, Inc. Binary Code License Agreement

Build File

You can use the following script to add jai_codec-1.1.2_01.jar to your project.

<dependency>
   <groupId>com.sun.media</groupId>
   <artifactId>jai_codec</artifactId>
   <version>1.1.2_01</version>
</dependency>
compile group: 'com.sun.media', name: 'jai_codec', version: '1.1.2_01'
libraryDependencies += "com.sun.media" % "jai_codec" % "1.1.2_01"
<dependency org="com.sun.media" name="jai_codec" rev="1.1.2_01"/>
@Grapes(@Grab(group='com.sun.media', module='jai_codec', version='1.1.2_01'))
'com.sun.media:jai_codec:jar:1.1.2_01'

Download

Click the following link to download the jar file.

jai_codec-1.1.2_01.pom



Related Tutorials