Maven Repository - POM file for Swing JavaFX jai_core 1.1.3 1.1.3

Summary

Java Advanced Imaging.

The Java Advanced Imaging API extends the Java 2 platform by allowing sophisticated, high-performance image processing to be incorporated into Java applets and applications. It is a set of classes providing imaging functionality beyond that of Java 2D and the Java Foundation classes, though it is d....

Declaration

Here is the list of declaration for jai_core. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>javax.media</groupId>
   <artifactId>jai_core</artifactId>
   <version>1.1.3</version>
</dependency>

If you think this Maven repository POM file listing for jai_core is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.





License

Name:JDL (Java Distribution License)
URL: https://jai.dev.java.net/jdl-jai.pdf.

Packages

The following packages are defined in the jai_core-1.1.3.jar

com.sun.media.jai.iterator
com.sun.media.jai.mlib
com.sun.media.jai.opimage
com.sun.media.jai.remote
com.sun.media.jai.rmi
com.sun.media.jai.tilecodec
com.sun.media.jai.util
com.sun.media.jai.widget
javax.media.jai
javax.media.jai.iterator
javax.media.jai.operator
javax.media.jai.registry
javax.media.jai.remote
javax.media.jai.tilecodec
javax.media.jai.util
javax.media.jai.widget




POM File Source

Here is the content of the POM file.

<?xml version="1.0" encoding="iso-8859-1"?>
<project>
    <modelVersion>4.0.0</modelVersion>
    <groupId>javax.media</groupId>
    <artifactId>jai_core</artifactId>
    <version>1.1.3</version>
    <packaging>jar</packaging>
    <name>Java Advanced Imaging</name>
    <url>https://jai.dev.java.net/</url>
    <description>The Java Advanced Imaging API extends the Java 2 platform by allowing sophisticated, high-performance image processing to be incorporated into Java applets and applications. It is a set of classes providing imaging functionality beyond that of Java 2D and the Java Foundation classes, though it is designed for compatibility with those APIs. This API implements a set of core image processing capabilities including image tiling, regions of interest, deferred execution and a set of core image processing operators, including many common point, area, and frequency domain operators.</description>
    <licenses>
        <license>
            <name>JDL (Java Distribution License)</name>
            <url>https://jai.dev.java.net/jdl-jai.pdf</url>
            <distribution>manual</distribution>
        </license>
    </licenses>
    <dependencies/>
    <distributionManagement>
        <downloadUrl>https://jai.dev.java.net/binary-builds.html</downloadUrl>
    </distributionManagement> 
</project>