Download ant-antlr-1.8.2.jar file - Jar a

Jar examples for a:ant-antlr

Description

antlr specific task. The implementation forks a java process, therefore the antlr jar file is only needed at runtime

You can download jar file ant-antlr 1.8.2 in this page.

License

Apache License

Build File

You can use the following script to add ant-antlr-1.8.2.jar to your project.

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

Download

Click the following link to download the jar file.

ant-antlr-1.8.2.jar
ant-antlr-1.8.2.pom



Related Tutorials