MVN

javax.media : jai_core

Maven & Gradle

Jul 10, 2009
110 usages

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

<dependency>
    <groupId>javax.media</groupId>
    <artifactId>jai_core</artifactId>
    <version>1.1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of javax.media : jai_core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.3

All Versions

Choose a version of javax.media : jai_core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
jai_core-1.1.3
jai_core-1.1.2_01

How to add a dependency to Maven

Add the following javax.media : jai_core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

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

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following javax.media : jai_core gradle dependency to your build.gradle file:

implementation 'javax.media:jai_core:1.1.3'

Gradle Kotlin DSL: Add the following javax.media : jai_core gradle kotlin dependency to your build.gradle.kts file:

implementation("javax.media:jai_core:1.1.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following javax.media : jai_core sbt scala dependency to your build.sbt file:

libraryDependencies += "javax.media" % "jai_core" % "1.1.3"

Advertisement