Download imageio-bmp-3.1.0.jar file - Jar i

Jar examples for i:imageio-bmp

Description

ImageIO plugin for Microsoft Device Independent Bitmap (BMP/DIB) format.

You can download jar file imageio-bmp 3.1.0 in this page.

Build File

You can use the following script to add imageio-bmp-3.1.0.jar to your project.

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

Download

Click the following link to download the jar file.

imageio-bmp-3.1.0-javadoc.jar
imageio-bmp-3.1.0-sources.jar
imageio-bmp-3.1.0-test-sources.jar
imageio-bmp-3.1.0-tests.jar
imageio-bmp-3.1.0.jar
imageio-bmp-3.1.0.pom



Related Tutorials