MVN

org.codehaus.mojo : sablecc-maven-plugin

Maven & Gradle

Feb 25, 2008

Maven 2 SableCC Plugin

<plugin>
    <groupId>org.codehaus.mojo</groupId>
    <artifactId>sablecc-maven-plugin</artifactId>
    <version>2.2</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.codehaus.mojo : sablecc-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 2.2

All Versions

Choose a version of org.codehaus.mojo : sablecc-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
2.2
sablecc-maven-plugin-2.2
2.1
sablecc-maven-plugin-2.1
2.0.x
sablecc-maven-plugin-2.0.1
2.0
sablecc-maven-plugin-2.0

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.codehaus.mojo</groupId>
    <artifactId>sablecc-maven-plugin</artifactId>
    <version>2.2</version>
</plugin>