m

maven-gunit-plugin

A Maven plugin for incorporating gUnit testing of grammars
http://antlr.org
Files download
File Operation
maven-gunit-plugin-3.5.3.jar download
maven-gunit-plugin-3.5.3.pom download
maven-gunit-plugin-3.5.3-sources.jar download
Apache Maven
<dependency>
  <groupId>org.antlr</groupId>
  <artifactId>maven-gunit-plugin</artifactId>
  <version>3.5.3</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'org.antlr:maven-gunit-plugin:3.5.3'
Gradle Kotlin
implementation("org.antlr:maven-gunit-plugin:3.5.3")
Scala SBT
libraryDependencies += "org.antlr" % "maven-gunit-plugin" % "3.5.3"
Groovy Grape
@Grapes(
  @Grab(group='org.antlr', module='maven-gunit-plugin', version='3.5.3')
)
Apache Ivy
<dependency org="org.antlr" name="maven-gunit-plugin" rev="3.5.3" />
Leiningen
[org.antlr/maven-gunit-plugin "3.5.3"]
Apache Buildr
'org.antlr:maven-gunit-plugin:jar:3.5.3'