is not current version
Last Version 4.10.1

org.antlr:antlr4 4.5.3

The ANTLR 4 grammar compiler.

Categories

Categories

Ant Build Tools ANTLR Compiler-compiler
GroupId

GroupId

org.antlr
ArtifactId

ArtifactId

antlr4
Version

Version

4.5.3
Type

Type

jar

Download antlr4 4.5.3


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