License |
License |
---|---|
Categories |
CategoriesAnt Build Tools ANTLR Compiler-compiler |
GroupId | GroupIdorg.antlr |
ArtifactId | ArtifactIdantlr4 |
Last Version | Last Version4.10.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionANTLR 4 Tool
The ANTLR 4 grammar compiler.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
antlr4-4.10.1.pom | |
antlr4-4.10.1.jar | 1 MB |
antlr4-4.10.1-sources.jar | 837 KB |
antlr4-4.10.1-javadoc.jar | 2 MB |
antlr4-4.10.1-complete.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.antlr/antlr4/ -->
<dependency>
<groupId>org.antlr</groupId>
<artifactId>antlr4</artifactId>
<version>4.10.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.antlr/antlr4/
implementation 'org.antlr:antlr4:4.10.1'
// https://jarcasting.com/artifacts/org.antlr/antlr4/
implementation ("org.antlr:antlr4:4.10.1")
'org.antlr:antlr4:jar:4.10.1'
<dependency org="org.antlr" name="antlr4" rev="4.10.1">
<artifact name="antlr4" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.antlr', module='antlr4', version='4.10.1')
)
libraryDependencies += "org.antlr" % "antlr4" % "4.10.1"
[org.antlr/antlr4 "4.10.1"]
Group / Artifact | Type | Version |
---|---|---|
org.antlr : antlr4-runtime | jar | 4.10.1 |
org.antlr : antlr-runtime | jar | 3.5.3 |
org.antlr : ST4 | jar | 4.3.3 |
org.abego.treelayout : org.abego.treelayout.core | jar | 1.0.3 |
org.glassfish : javax.json | jar | 1.0.4 |
com.ibm.icu : icu4j | jar | 69.1 |