MVN

de.fau.cs.osr.ptk : ptk-nodegen-maven-plugin

Maven & Gradle

Sep 11, 2014

PTK - NodeGen Maven Plugin · The NodeGen (Node Generator) Maven Plugin generates Ast Nodes from a node description embedded in the .rats grammar description.

<plugin>
    <groupId>de.fau.cs.osr.ptk</groupId>
    <artifactId>ptk-nodegen-maven-plugin</artifactId>
    <version>1.1.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.1.1

All Versions

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

Version Vulnerabilities Updated
1.1.x
ptk-nodegen-maven-plugin-1.1.1
ptk-nodegen-maven-plugin-1.1.0
1.0.x
ptk-nodegen-maven-plugin-1.0.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.ptk</groupId>
    <artifactId>ptk-nodegen-maven-plugin</artifactId>
    <version>1.1.1</version>
</plugin>