MVN

de.fau.cs.osr.maven.plugins : maven-rats-plugin

Maven & Gradle

Jul 08, 2014

Maven Rats! Plugin · A Maven plugin to generate a parser from a Rats! grammar using the xtc Rats! parser generator. The Rats! parser generator is developed by Robert Grimm and can be found at http://www.cs.nyu.edu/rgrimm/xtc/rats.html.

<plugin>
    <groupId>de.fau.cs.osr.maven.plugins</groupId>
    <artifactId>maven-rats-plugin</artifactId>
    <version>1.3.3</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.fau.cs.osr.maven.plugins : maven-rats-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.3.3

All Versions

Choose a version of de.fau.cs.osr.maven.plugins : maven-rats-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.3.x
maven-rats-plugin-1.3.3
maven-rats-plugin-1.3.2
maven-rats-plugin-1.3.1
maven-rats-plugin-1.3.0.1

How to add a plugin to Maven

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

<plugin>
    <groupId>de.fau.cs.osr.maven.plugins</groupId>
    <artifactId>maven-rats-plugin</artifactId>
    <version>1.3.3</version>
</plugin>