a

antlr

Files download
File Operation
antlr-2.7.2.jar download
antlr-2.7.2.pom download
antlr-2.7.2-sources.jar download
Apache Maven
<dependency>
  <groupId>antlr</groupId>
  <artifactId>antlr</artifactId>
  <version>2.7.2</version>
</dependency>
Gradle Groovy
implementation 'antlr:antlr:2.7.2'
Gradle Kotlin
implementation("antlr:antlr:2.7.2")
Scala SBT
libraryDependencies += "antlr" % "antlr" % "2.7.2"
Groovy Grape
@Grapes(
  @Grab(group='antlr', module='antlr', version='2.7.2')
)
Apache Ivy
<dependency org="antlr" name="antlr" rev="2.7.2" />
Leiningen
[antlr/antlr "2.7.2"]
Apache Buildr
'antlr:antlr:jar:2.7.2'
Dependencies
The project has no third-party dependencies