Jar examples for e:EvalEx
EvalEx is a handy expression evaluator for Java, that allows to evaluate simple mathematical and boolean expressions.
You can download jar file EvalEx 1.3 in this page.
MIT License
You can use the following script to add EvalEx-1.3.jar to your project.
<dependency> <groupId>com.udojava</groupId> <artifactId>EvalEx</artifactId> <version>1.3</version> </dependency>
compile group: 'com.udojava', name: 'EvalEx', version: '1.3'
libraryDependencies += "com.udojava" % "EvalEx" % "1.3"
<dependency org="com.udojava" name="EvalEx" rev="1.3"/>
@Grapes(@Grab(group='com.udojava', module='EvalEx', version='1.3'))
'com.udojava:EvalEx:jar:1.3'
Click the following link to download the jar file.
EvalEx-1.3-javadoc.jar