MVN

net.sourceforge.maven-jlex : maven-jlex-plugin

Maven & Gradle

Mar 16, 2007

Maven Jlex Plugin · The Maven Jlex Plugin is a plugin that runs the Jlex Java Lexical Analyzer Generator for the specified project.

<plugin>
    <groupId>net.sourceforge.maven-jlex</groupId>
    <artifactId>maven-jlex-plugin</artifactId>
    <version>1.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sourceforge.maven-jlex : maven-jlex-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0

All Versions

Choose a version of net.sourceforge.maven-jlex : maven-jlex-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0
maven-jlex-plugin-1.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>net.sourceforge.maven-jlex</groupId>
    <artifactId>maven-jlex-plugin</artifactId>
    <version>1.0</version>
</plugin>