is not current version
Last Version 1.8.2

de.jflex:jflex 1.3.5

JFlex is a lexical analyzer generator (also known as scanner generator) for Java(tm), written in Java(tm). 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.3.5
Type

Type

jar

Download jflex 1.3.5


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