is not current version
Last Version 3.5.3

ANTLR 3 Runtime 3.5.2

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

License

License

Categories

Categories

Ant Build Tools ANTLR Compiler-compiler
GroupId

GroupId

org.antlr
ArtifactId

ArtifactId

antlr-runtime
Version

Version

3.5.2
Type

Type

jar
Description

Description

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

Project URL

http://www.antlr.org
Project Organization

Project Organization

ANTLR

Download antlr-runtime 3.5.2


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

Dependencies

compile (1)

Group / Artifact Type Version
org.antlr : stringtemplate Optional jar 3.2.1

test (1)

Group / Artifact Type Version
junit : junit jar 4.10

Project Modules

There are no modules declared in this project.