a

antlr

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