is not current version
Last Version 20030911

antlr:antlr 2.7.6


Categories

Categories

Ant Build Tools ANTLR Compiler-compiler
GroupId

GroupId

antlr
ArtifactId

ArtifactId

antlr
Version

Version

2.7.6
Type

Type

jar

Download antlr 2.7.6


<!-- https://jarcasting.com/artifacts/antlr/antlr/ -->
<dependency>
    <groupId>antlr</groupId>
    <artifactId>antlr</artifactId>
    <version>2.7.6</version>
</dependency>
// https://jarcasting.com/artifacts/antlr/antlr/
implementation 'antlr:antlr:2.7.6'
// https://jarcasting.com/artifacts/antlr/antlr/
implementation ("antlr:antlr:2.7.6")
'antlr:antlr:jar:2.7.6'
<dependency org="antlr" name="antlr" rev="2.7.6">
  <artifact name="antlr" type="jar" />
</dependency>
@Grapes(
@Grab(group='antlr', module='antlr', version='2.7.6')
)
libraryDependencies += "antlr" % "antlr" % "2.7.6"
[antlr "2.7.6"]