a

antlr4test-maven-plugin

antlr4test-maven-plugin is a maven mojo for testing Antlr4 grammars
https://github.com/antlr/antlr4test-maven-plugin
BSD 3-Clause License
antlr
Tom Everett
Files download
File Operation
antlr4test-maven-plugin-1.9.jar download
antlr4test-maven-plugin-1.9.pom download
antlr4test-maven-plugin-1.9-sources.jar download
Apache Maven
<dependency>
  <groupId>com.khubla.antlr</groupId>
  <artifactId>antlr4test-maven-plugin</artifactId>
  <version>1.9</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'com.khubla.antlr:antlr4test-maven-plugin:1.9'
Gradle Kotlin
implementation("com.khubla.antlr:antlr4test-maven-plugin:1.9")
Scala SBT
libraryDependencies += "com.khubla.antlr" % "antlr4test-maven-plugin" % "1.9"
Groovy Grape
@Grapes(
  @Grab(group='com.khubla.antlr', module='antlr4test-maven-plugin', version='1.9')
)
Apache Ivy
<dependency org="com.khubla.antlr" name="antlr4test-maven-plugin" rev="1.9" />
Leiningen
[com.khubla.antlr/antlr4test-maven-plugin "1.9"]
Apache Buildr
'com.khubla.antlr:antlr4test-maven-plugin:jar:1.9'