Download tiff-2.0.0.jar file - Jar t

Jar examples for t:tiff

Description

Library for reading and writing TIFF (Tagged Image File Format) files

You can download jar file tiff 2.0.0 in this page.

License

The MIT License (MIT)

Build File

You can use the following script to add tiff-2.0.0.jar to your project.

<dependency>
   <groupId>mil.nga</groupId>
   <artifactId>tiff</artifactId>
   <version>2.0.0</version>
</dependency>
compile group: 'mil.nga', name: 'tiff', version: '2.0.0'
libraryDependencies += "mil.nga" % "tiff" % "2.0.0"
<dependency org="mil.nga" name="tiff" rev="2.0.0"/>
@Grapes(@Grab(group='mil.nga', module='tiff', version='2.0.0'))
'mil.nga:tiff:jar:2.0.0'

Download

Click the following link to download the jar file.

tiff-2.0.0-javadoc.jar
tiff-2.0.0-sources.jar
tiff-2.0.0.jar
tiff-2.0.0.pom



Related Tutorials