a

antlr4-annotations

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