a

antlr4-annotations

A set of annotations used within the ANTLR 4 Runtime
Files download
File Operation
antlr4-annotations-4.2.2.jar download
antlr4-annotations-4.2.2.pom download
antlr4-annotations-4.2.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.antlr</groupId>
  <artifactId>antlr4-annotations</artifactId>
  <version>4.2.2</version>
</dependency>
Gradle Groovy
implementation 'org.antlr:antlr4-annotations:4.2.2'
Gradle Kotlin
implementation("org.antlr:antlr4-annotations:4.2.2")
Scala SBT
libraryDependencies += "org.antlr" % "antlr4-annotations" % "4.2.2"
Groovy Grape
@Grapes(
  @Grab(group='org.antlr', module='antlr4-annotations', version='4.2.2')
)
Apache Ivy
<dependency org="org.antlr" name="antlr4-annotations" rev="4.2.2" />
Leiningen
[org.antlr/antlr4-annotations "4.2.2"]
Apache Buildr
'org.antlr:antlr4-annotations:jar:4.2.2'