MVN

org.antlr : maven-gunit-plugin

Maven & Gradle

Mar 25, 2014

ANTLR 3 gUnit Maven plugin · A Maven plugin for incorporating gUnit testing of grammars

<plugin>
    <groupId>org.antlr</groupId>
    <artifactId>maven-gunit-plugin</artifactId>
    <version>3.5.2</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.antlr : maven-gunit-plugin to add to Maven - Latest Versions:

  • Latest Stable: 3.5.2
  • Latest Release Candidate: 3.5-rc-2
  • Latest Beta: 3.4-beta4

All Versions

Choose a version of org.antlr : maven-gunit-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
3.5.x
maven-gunit-plugin-3.5.2
maven-gunit-plugin-3.5.1
3.5
maven-gunit-plugin-3.5
maven-gunit-plugin-3.5-rc-2
maven-gunit-plugin-3.5-rc-1
3.4
maven-gunit-plugin-3.4
maven-gunit-plugin-3.4-beta4
maven-gunit-plugin-3.4-beta3
3.3
maven-gunit-plugin-3.3
3.2
maven-gunit-plugin-3.2
3.1.x
maven-gunit-plugin-3.1.3

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>org.antlr</groupId>
    <artifactId>maven-gunit-plugin</artifactId>
    <version>3.5.2</version>
</plugin>

Advertisement