a

antlr4-annotations

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