License |
License |
---|---|
Categories |
CategoriesAnt Build Tools ANTLR Compiler-compiler |
GroupId | GroupIdorg.antlr |
ArtifactId | ArtifactIdantlr |
Last Version | Last Version3.5.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionANTLR 3 Tool
The ANTLR 3 tool.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
antlr-3.5.3.pom | |
antlr-3.5.3.jar | 1 MB |
antlr-3.5.3-sources.jar | 936 KB |
antlr-3.5.3-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.antlr/antlr/ -->
<dependency>
<groupId>org.antlr</groupId>
<artifactId>antlr</artifactId>
<version>3.5.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.antlr/antlr/
implementation 'org.antlr:antlr:3.5.3'
// https://jarcasting.com/artifacts/org.antlr/antlr/
implementation ("org.antlr:antlr:3.5.3")
'org.antlr:antlr:jar:3.5.3'
<dependency org="org.antlr" name="antlr" rev="3.5.3">
<artifact name="antlr" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.antlr', module='antlr', version='3.5.3')
)
libraryDependencies += "org.antlr" % "antlr" % "3.5.3"
[org.antlr/antlr "3.5.3"]
Group / Artifact | Type | Version |
---|---|---|
org.antlr : antlr-runtime | jar | 3.5.3 |
org.antlr : ST4 | jar | 4.3.1 |
org.antlr : stringtemplate Optional | jar | 3.2.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13 |