Download ant-jai-1.9.3.jar file - Jar a

Jar examples for a:ant-jai

Description

image task and corresponding types. jai (Java Advanced Imaging) is not available in public Maven repositories, therefore the dependencies are included with a scope provided the download URL is http://java.sun.com/products/java-media/jai/

You can download jar file ant-jai 1.9.3 in this page.

License

Apache License

Build File

You can use the following script to add ant-jai-1.9.3.jar to your project.

<dependency>
   <groupId>org.apache.ant</groupId>
   <artifactId>ant-jai</artifactId>
   <version>1.9.3</version>
</dependency>
compile group: 'org.apache.ant', name: 'ant-jai', version: '1.9.3'
libraryDependencies += "org.apache.ant" % "ant-jai" % "1.9.3"
<dependency org="org.apache.ant" name="ant-jai" rev="1.9.3"/>
@Grapes(@Grab(group='org.apache.ant', module='ant-jai', version='1.9.3'))
'org.apache.ant:ant-jai:jar:1.9.3'

Download

Click the following link to download the jar file.

ant-jai-1.9.3-sources.jar
ant-jai-1.9.3.jar
ant-jai-1.9.3.pom



Related Tutorials