Skip to content

Releases: jai-imageio/jai-imageio-jpeg2000

JAI Image-IO JPEG2000 1.4.0

09 Dec 14:51
jai-imageio-jpeg2000-1.4.0
179022d
Compare
Choose a tag to compare

Changes

Usage

This library is intended to be used with jai-imageio-core 1.4.0

To use jai-imageio-core-jpeg2000 from a Maven project, add:

    <dependency>
        <groupId>com.github.jai-imageio</groupId>
        <artifactId>jai-imageio-jpeg2000</artifactId>
        <version>1.4.0</version>
    </dependency>

To find the latest <version> above, see jai-imageio-jpeg2000 at BinTray

jai-imageio-jpeg2000 is mirrored to Maven Central. Alternatively you can use this explicit repository at bintray:

    <repositories>
      <repository>
        <id>bintray-jai-imageio</id>
        <name>jai-imageio at bintray</name>
        <url>https://dl.bintray.com/jai-imageio/maven/</url>
        <snapshots>
          <enabled>false</enabled>
        </snapshots>
      </repository>
    </repositories>

The Maven repository include additional artifact types such as javadoc and sources which should be picked up by your IDE's Maven integration.

JAI Image-IO JPEG2000 1.4.0 RC1

07 Dec 14:14
179022d
Compare
Choose a tag to compare
Pre-release

Release Candidate 1 build of jai-imageio-jpeg2000 1.4.0

Will be published to Maven Central after testing

Changes: