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.12.jar download
antlr4test-maven-plugin-1.12.pom download
antlr4test-maven-plugin-1.12-sources.jar download
Apache Maven
<dependency>
  <groupId>com.khubla.antlr</groupId>
  <artifactId>antlr4test-maven-plugin</artifactId>
  <version>1.12</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'com.khubla.antlr:antlr4test-maven-plugin:1.12'
Gradle Kotlin
implementation("com.khubla.antlr:antlr4test-maven-plugin:1.12")
Scala SBT
libraryDependencies += "com.khubla.antlr" % "antlr4test-maven-plugin" % "1.12"
Groovy Grape
@Grapes(
  @Grab(group='com.khubla.antlr', module='antlr4test-maven-plugin', version='1.12')
)
Apache Ivy
<dependency org="com.khubla.antlr" name="antlr4test-maven-plugin" rev="1.12" />
Leiningen
[com.khubla.antlr/antlr4test-maven-plugin "1.12"]
Apache Buildr
'com.khubla.antlr:antlr4test-maven-plugin:jar:1.12'