is not current version
Last Version 4.3

org.antlr:antlr4-annotations 4.2.1

A set of annotations used within the ANTLR 4 Runtime

Categories

Categories

Ant Build Tools ANTLR Compiler-compiler
GroupId

GroupId

org.antlr
ArtifactId

ArtifactId

antlr4-annotations
Version

Version

4.2.1
Type

Type

jar

Download antlr4-annotations 4.2.1


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