is not current version
Last Version 3.5.3

org.antlr:antlr-runtime 3.0.1

The runtime classes required to execute parsers generated by ANTLR.

Categories

Categories

Ant Build Tools ANTLR Compiler-compiler
GroupId

GroupId

org.antlr
ArtifactId

ArtifactId

antlr-runtime
Version

Version

3.0.1
Type

Type

jar

Download antlr-runtime 3.0.1


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