Download expr-4.0.13.jar file - Jar e

Jar examples for e:expr

Description

A handy expression parser.

You can download jar file expr 4.0.13 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add expr-4.0.13.jar to your project.

<dependency>
   <groupId>io.mfj</groupId>
   <artifactId>expr</artifactId>
   <version>4.0.13</version>
</dependency>
compile group: 'io.mfj', name: 'expr', version: '4.0.13'
libraryDependencies += "io.mfj" % "expr" % "4.0.13"
<dependency org="io.mfj" name="expr" rev="4.0.13"/>
@Grapes(@Grab(group='io.mfj', module='expr', version='4.0.13'))
'io.mfj:expr:jar:4.0.13'

Download

Click the following link to download the jar file.

expr-4.0.13-javadoc.jar
expr-4.0.13-sources.jar
expr-4.0.13.jar
expr-4.0.13.pom



Related Tutorials