a

antlr4-runtime-test-annotations

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