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