Download EvalEx-1.1.jar file - Jar e

Jar examples for e:EvalEx

Description

EvalEx is a handy expression evaluator for Java, that allows to evaluate simple mathematical and boolean expressions.

You can download jar file EvalEx 1.1 in this page.

License

MIT License

Build File

You can use the following script to add EvalEx-1.1.jar to your project.

<dependency>
   <groupId>com.udojava</groupId>
   <artifactId>EvalEx</artifactId>
   <version>1.1</version>
</dependency>
compile group: 'com.udojava', name: 'EvalEx', version: '1.1'
libraryDependencies += "com.udojava" % "EvalEx" % "1.1"
<dependency org="com.udojava" name="EvalEx" rev="1.1"/>
@Grapes(@Grab(group='com.udojava', module='EvalEx', version='1.1'))
'com.udojava:EvalEx:jar:1.1'

Download

Click the following link to download the jar file.

EvalEx-1.1-javadoc.jar
EvalEx-1.1-sources.jar
EvalEx-1.1.jar
EvalEx-1.1.pom



Related Tutorials