Download imageio-bmp-3.3.2.jar file

Introduction

You can download imageio-bmp-3.3.2.jar in this page.

License

Open Source

Type List

imageio-bmp-3.3.2.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/com.twelvemonkeys.imageio/imageio-bmp/pom.properties
META-INF/maven/com.twelvemonkeys.imageio/imageio-bmp/pom.xml
META-INF/services/javax.imageio.spi.ImageReaderSpi
com.twelvemonkeys.imageio.plugins.bmp.AbstractRLEDecoder.class
com.twelvemonkeys.imageio.plugins.bmp.BMPImageReader.class
com.twelvemonkeys.imageio.plugins.bmp.BMPImageReaderSpi.class
com.twelvemonkeys.imageio.plugins.bmp.BMPMetadata.class
com.twelvemonkeys.imageio.plugins.bmp.BMPProviderInfo.class
com.twelvemonkeys.imageio.plugins.bmp.BitmapDescriptor.class
com.twelvemonkeys.imageio.plugins.bmp.BitmapIndexed.class
com.twelvemonkeys.imageio.plugins.bmp.BitmapMask.class
com.twelvemonkeys.imageio.plugins.bmp.BitmapRGB.class
com.twelvemonkeys.imageio.plugins.bmp.BitmapUnsupported.class
com.twelvemonkeys.imageio.plugins.bmp.CURImageReader.class
com.twelvemonkeys.imageio.plugins.bmp.CURImageReaderSpi.class
com.twelvemonkeys.imageio.plugins.bmp.CURProviderInfo.class
com.twelvemonkeys.imageio.plugins.bmp.DIB.class
com.twelvemonkeys.imageio.plugins.bmp.DIBHeader.class
com.twelvemonkeys.imageio.plugins.bmp.DIBImageReader.class
com.twelvemonkeys.imageio.plugins.bmp.Directory.class
com.twelvemonkeys.imageio.plugins.bmp.DirectoryEntry.class
com.twelvemonkeys.imageio.plugins.bmp.ICOImageReader.class
com.twelvemonkeys.imageio.plugins.bmp.ICOImageReaderSpi.class
com.twelvemonkeys.imageio.plugins.bmp.ICOProviderInfo.class
com.twelvemonkeys.imageio.plugins.bmp.RLE4Decoder.class
com.twelvemonkeys.imageio.plugins.bmp.RLE8Decoder.class

Pom

imageio-bmp-3.3.2.pom file content.

<?xml version="1.0"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
    <modelVersion>4.0.0</modelVersion>
    <parent>
        <groupId>com.twelvemonkeys.imageio</groupId>
        <artifactId>imageio</artifactId>
        <version>3.3.2</version>
    </parent>
    <artifactId>imageio-bmp</artifactId>
    <name>TwelveMonkeys :: ImageIO :: BMP plugin</name>
    <description>ImageIO plugin for Microsoft Device Independent Bitmap (BMP/DIB) format.</description>

    <dependencies>
        <dependency>
            <groupId>com.twelvemonkeys.imageio</groupId>
            <artifactId>imageio-core</artifactId>
        </dependency>
        <dependency>
            <groupId>com.twelvemonkeys.imageio</groupId>
            <artifactId>imageio-core</artifactId>
            <type>test-jar</type>
        </dependency>
    </dependencies>
</project>

POM Entry

<dependency>
   <groupId>com.twelvemonkeys.imageio</groupId>
   <artifactId>imageio-bmp</artifactId>
   <version>3.3.2</version>
</dependency>

Download

If you think the following imageio-bmp-3.3.2.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download imageio-bmp-3.3.2.jar file




PreviousNext

Related