is not current version
Last Version 3.5.3

org.antlr:antlr 3.3


Categories

Categories

Ant Build Tools ANTLR Compiler-compiler
GroupId

GroupId

org.antlr
ArtifactId

ArtifactId

antlr
Version

Version

3.3
Type

Type

jar

Download antlr 3.3


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