MVN

org.apache.ant : ant-antlr

Maven & Gradle

Aug 16, 2023
10 usages

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

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

Latest Version

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

  • Latest Stable: 1.10.14

All Versions

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

Version Vulnerabilities Updated
1.10.x
ant-antlr-1.10.14
ant-antlr-1.10.13
ant-antlr-1.10.12
ant-antlr-1.10.11
ant-antlr-1.10.10
ant-antlr-1.10.9
ant-antlr-1.10.8
ant-antlr-1.10.7
ant-antlr-1.10.6
ant-antlr-1.10.5
ant-antlr-1.10.4
ant-antlr-1.10.3
ant-antlr-1.10.2
ant-antlr-1.10.1
ant-antlr-1.10.0
1.9.x
ant-antlr-1.9.16
ant-antlr-1.9.15
ant-antlr-1.9.14
ant-antlr-1.9.13
ant-antlr-1.9.12
ant-antlr-1.9.11
ant-antlr-1.9.10
ant-antlr-1.9.9
ant-antlr-1.9.8
ant-antlr-1.9.7
ant-antlr-1.9.6
ant-antlr-1.9.5
ant-antlr-1.9.4
ant-antlr-1.9.3
ant-antlr-1.9.2
ant-antlr-1.9.1
ant-antlr-1.9.0
1.8.x
ant-antlr-1.8.4
ant-antlr-1.8.3
ant-antlr-1.8.2
ant-antlr-1.8.1
ant-antlr-1.8.0
1.7.x
ant-antlr-1.7.1
ant-antlr-1.7.0

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement

Dependencies from Group

ant
Aug 16, 2023
2.1k usages
Aug 16, 2023
257 usages
Aug 16, 2023
160 usages
Apr 30, 2010
107 usages
Aug 16, 2023
60 usages

Discover Dependencies

Aug 07, 2015
28 stars
Jul 17, 2023
8 usages
4 stars
Jul 17, 2023
117 usages
755 stars
Jul 17, 2023
83 usages
755 stars
Dec 28, 2022
84 usages
Aug 24, 2023
10 usages
680 stars
Aug 14, 2015
19 stars
Sep 11, 2017
8 usages
2k stars