MVN

io.github.tulipcc : tulipcc-maven-plugin

Maven & Gradle

Oct 18, 2023
40 stars

JavaCC Maven Plugin · Maven 3 Plugin for processing JavaCC grammar files.

<plugin>
    <groupId>io.github.tulipcc</groupId>
    <artifactId>tulipcc-maven-plugin</artifactId>
    <version>5.0.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.tulipcc : tulipcc-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 5.0.0

All Versions

Choose a version of io.github.tulipcc : tulipcc-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
5.0.x
tulipcc-maven-plugin-5.0.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>io.github.tulipcc</groupId>
    <artifactId>tulipcc-maven-plugin</artifactId>
    <version>5.0.0</version>
</plugin>