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