is not current version
Last Version 20030911

antlr:antlr 2.7.7

A framework for constructing recognizers, compilers, and translators from grammatical descriptions containing Java, C#, C++, or Python actions.

Categories

Categories

Ant Build Tools ANTLR Compiler-compiler
GroupId

GroupId

antlr
ArtifactId

ArtifactId

antlr
Version

Version

2.7.7
Type

Type

jar

Download antlr 2.7.7


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