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, th....

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:Sun Microsystems, Inc. Binary Code License Agreement
URL: http://java.sun.com/products/java-media/jai/downloads/download-1_1_2_01.html.

Depended by

The following table lists the most popular artifacts which are depending on jai-core-1.1.3. Their categories and depend by count are also listed.

CategoryArtifactDepended By Count
Developmentcore-image 1.3
Core definitions of images, pixels and connected components. Also contains interfaces for processors for these basic types. Includes loading, saving and displaying images.
9
Swing JavaFXjai-codec 1.1.3
Java Advanced Imaging Codecs supporting support BMP, GIF (read only), FlashPix (read only), JPEG, PNG, PNM, TIFF, and WBMP.
6
Developmentcore-image 1.3.1
Core definitions of images, pixels and connected components. Also contains interfaces for processors for these basic types. Includes loading, saving and displaying images.
8

POM File Source

Here is the content of the POM file.

<?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>
  <groupId>javax.media</groupId>
  <artifactId>jai-core</artifactId>
  <version>1.1.3</version>
  <packaging>jar</packaging>
  <name>Java Advanced Imaging</name>
  <url>http://java.sun.com/products/java-media/jai</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> Sun Microsystems, Inc. Binary Code License Agreement </name>
      <url>
        http://java.sun.com/products/java-media/jai/downloads/download-1_1_2_01.html
      </url>
      <distribution>manual</distribution>
    </license>
  </licenses>
  <dependencies/>
</project>