is not current version
Last Version 1.8.2

de.jflex:jflex 1.4.1

JFlex is a lexical analyzer generator (also known as scanner generator) for Java(tm), written in Java(tm). It is also a rewrite of the very useful tool JLex which was developed by Elliot Berk at Princeton University. As Vern Paxson states for his C/C++ tool flex: They do not share any code though. JFlex is designed to work together with the LALR parser generator CUP by Scott Hudson, and the Java modification of Berkeley Yacc BYacc/J by Bob Jamison. It can also be used together with other parser generators like ANTLR or as a standalone tool.

Categories

Categories

JFlex Build Tools Compiler-compiler
GroupId

GroupId

de.jflex
ArtifactId

ArtifactId

jflex
Version

Version

1.4.1
Type

Type

jar

Download jflex 1.4.1


<!-- https://jarcasting.com/artifacts/de.jflex/jflex/ -->
<dependency>
    <groupId>de.jflex</groupId>
    <artifactId>jflex</artifactId>
    <version>1.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/de.jflex/jflex/
implementation 'de.jflex:jflex:1.4.1'
// https://jarcasting.com/artifacts/de.jflex/jflex/
implementation ("de.jflex:jflex:1.4.1")
'de.jflex:jflex:jar:1.4.1'
<dependency org="de.jflex" name="jflex" rev="1.4.1">
  <artifact name="jflex" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.jflex', module='jflex', version='1.4.1')
)
libraryDependencies += "de.jflex" % "jflex" % "1.4.1"
[de.jflex/jflex "1.4.1"]