is not current version
Last Version 20030911

antlr:antlr 2.7.5


Categories

Categories

Ant Build Tools ANTLR Compiler-compiler
GroupId

GroupId

antlr
ArtifactId

ArtifactId

antlr
Version

Version

2.7.5
Type

Type

jar

Download antlr 2.7.5


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