Update README.md

This commit is contained in:
Harald Kuhr 2014-10-01 20:04:43 +02:00
parent 72e3f80de6
commit 9c97860e54

View File

@ -428,12 +428,12 @@ To depend on the JPEG and TIFF plugin using Maven, add the following to your POM
<dependency> <dependency>
<groupId>com.twelvemonkeys.imageio</groupId> <groupId>com.twelvemonkeys.imageio</groupId>
<artifactId>imageio-jpeg</artifactId> <artifactId>imageio-jpeg</artifactId>
<version>3.0</version> <!-- Alternatively, build your own 3.0-something version --> <version>3.0</version> <!-- Alternatively, build your own 3.1-something version -->
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.twelvemonkeys.imageio</groupId> <groupId>com.twelvemonkeys.imageio</groupId>
<artifactId>imageio-tiff</artifactId> <artifactId>imageio-tiff</artifactId>
<version>3.0</version> <!-- Alternatively, build your own 3.0-something version --> <version>3.0</version> <!-- Alternatively, build your own 3.1-something version -->
</dependency> </dependency>
</dependencies> </dependencies>