Download jflex-scala-1.6.1.jar file - Jar j

Jar examples for j:jflex-scala

Description

This is a fork of JFlex, a lexical analyzer generator (also known as scanner generator) for Java?, written in Java. This version can also output Scala.

You can download jar file jflex-scala 1.6.1 in this page.

License

BSD

Build File

You can use the following script to add jflex-scala-1.6.1.jar to your project.

<dependency>
   <groupId>edu.umass.cs.iesl</groupId>
   <artifactId>jflex-scala</artifactId>
   <version>1.6.1</version>
</dependency>
compile group: 'edu.umass.cs.iesl', name: 'jflex-scala', version: '1.6.1'
libraryDependencies += "edu.umass.cs.iesl" % "jflex-scala" % "1.6.1"
<dependency org="edu.umass.cs.iesl" name="jflex-scala" rev="1.6.1"/>
@Grapes(@Grab(group='edu.umass.cs.iesl', module='jflex-scala', version='1.6.1'))
'edu.umass.cs.iesl:jflex-scala:jar:1.6.1'

Download

Click the following link to download the jar file.

jflex-scala-1.6.1-javadoc.jar
jflex-scala-1.6.1-sources.jar
jflex-scala-1.6.1.jar
jflex-scala-1.6.1.pom



Related Tutorials