MVN

org.apache.ant : ant-imageio

Maven & Gradle

Aug 16, 2023

Apache Ant + ImageIO · imageio task and corresponding types.

<dependency>
    <groupId>org.apache.ant</groupId>
    <artifactId>ant-imageio</artifactId>
    <version>1.10.14</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.ant : ant-imageio to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.10.14

All Versions

Choose a version of org.apache.ant : ant-imageio to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.10.x
ant-imageio-1.10.14
ant-imageio-1.10.13
ant-imageio-1.10.12
ant-imageio-1.10.11
ant-imageio-1.10.10
ant-imageio-1.10.9
ant-imageio-1.10.8
ant-imageio-1.10.7
ant-imageio-1.10.6

How to add a dependency to Maven

Add the following org.apache.ant : ant-imageio maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.ant</groupId>
    <artifactId>ant-imageio</artifactId>
    <version>1.10.14</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.ant : ant-imageio gradle dependency to your build.gradle file:

implementation 'org.apache.ant:ant-imageio:1.10.14'

Gradle Kotlin DSL: Add the following org.apache.ant : ant-imageio gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.ant:ant-imageio:1.10.14")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.ant : ant-imageio sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.ant" % "ant-imageio" % "1.10.14"

Advertisement