MVN

edu.umass.cs.iesl : jflex-scala-maven-plugin

Maven & Gradle

Apr 07, 2015
4 stars

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

<plugin>
    <groupId>edu.umass.cs.iesl</groupId>
    <artifactId>jflex-scala-maven-plugin</artifactId>
    <version>1.6.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of edu.umass.cs.iesl : jflex-scala-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.6.1

All Versions

Choose a version of edu.umass.cs.iesl : jflex-scala-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.6.x
jflex-scala-maven-plugin-1.6.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>edu.umass.cs.iesl</groupId>
    <artifactId>jflex-scala-maven-plugin</artifactId>
    <version>1.6.1</version>
</plugin>