MVN

de.jflex : maven-jflex-plugin

Maven & Gradle

Feb 16, 2009

Maven JFlex Plugin · This is a Maven 2 plugin to generate a parser in Java code from a Lexer definition, using Jflex.de.

<plugin>
    <groupId>de.jflex</groupId>
    <artifactId>maven-jflex-plugin</artifactId>
    <version>1.4.3-r1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.jflex : maven-jflex-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.4.3-r1

All Versions

Choose a version of de.jflex : maven-jflex-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.4.x
maven-jflex-plugin-1.4.3-r1
maven-jflex-plugin-1.4.3
maven-jflex-plugin-1.4.2-r1
maven-jflex-plugin-1.4.2
1.0
maven-jflex-plugin-1.0
0.3
maven-jflex-plugin-0.3

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.jflex</groupId>
    <artifactId>maven-jflex-plugin</artifactId>
    <version>1.4.3-r1</version>
</plugin>