MVN

de.jflex : jflex-maven-plugin

Maven & Gradle

Mar 11, 2023
559 stars

JFlex Maven Plugin · This is a Maven 3 plugin to generate Lexer code in Java from a Lexer specification, using JFlex.

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

Latest Version

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

  • Latest Stable: 1.9.1

All Versions

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

Version Vulnerabilities Updated
1.9.x
jflex-maven-plugin-1.9.1
jflex-maven-plugin-1.9.0
1.8.x
jflex-maven-plugin-1.8.2
jflex-maven-plugin-1.8.1
jflex-maven-plugin-1.8.0
1.7.x
jflex-maven-plugin-1.7.0
1.6.x
jflex-maven-plugin-1.6.1
jflex-maven-plugin-1.6.0
1.5.x
jflex-maven-plugin-1.5.1
jflex-maven-plugin-1.5.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>de.jflex</groupId>
    <artifactId>jflex-maven-plugin</artifactId>
    <version>1.9.1</version>
</plugin>

Advertisement