License |
License |
---|---|
Categories |
CategoriesAnt Build Tools ANTLR Compiler-compiler |
GroupId | GroupIdorg.antlr |
ArtifactId | ArtifactIdantlr-runtime |
Last Version | Last Version3.5.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionANTLR 3 Runtime
A framework for constructing recognizers, compilers, and translators from grammatical descriptions containing Java, C#, C++, or Python actions.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
antlr-runtime-3.5.3.pom | |
antlr-runtime-3.5.3-sources.jar | 175 KB |
antlr-runtime-3.5.3.jar | 135 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.antlr/antlr-runtime/ -->
<dependency>
<groupId>org.antlr</groupId>
<artifactId>antlr-runtime</artifactId>
<version>3.5.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.antlr/antlr-runtime/
implementation 'org.antlr:antlr-runtime:3.5.3'
// https://jarcasting.com/artifacts/org.antlr/antlr-runtime/
implementation ("org.antlr:antlr-runtime:3.5.3")
'org.antlr:antlr-runtime:jar:3.5.3'
<dependency org="org.antlr" name="antlr-runtime" rev="3.5.3">
<artifact name="antlr-runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.antlr', module='antlr-runtime', version='3.5.3')
)
libraryDependencies += "org.antlr" % "antlr-runtime" % "3.5.3"
[org.antlr/antlr-runtime "3.5.3"]
Group / Artifact | Type | Version |
---|---|---|
org.antlr : stringtemplate Optional | jar | 3.2.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13 |