Download exp4j-0.4.5.jar file - Jar e

Jar examples for e:exp4j

Description

A simple mathematical expression evaluator for java.

You can download jar file exp4j 0.4.5 in this page.

License

Apache License 2.0

Build File

You can use the following script to add exp4j-0.4.5.jar to your project.

<dependency>
   <groupId>net.objecthunter</groupId>
   <artifactId>exp4j</artifactId>
   <version>0.4.5</version>
</dependency>
compile group: 'net.objecthunter', name: 'exp4j', version: '0.4.5'
libraryDependencies += "net.objecthunter" % "exp4j" % "0.4.5"
<dependency org="net.objecthunter" name="exp4j" rev="0.4.5"/>
@Grapes(@Grab(group='net.objecthunter', module='exp4j', version='0.4.5'))
'net.objecthunter:exp4j:jar:0.4.5'

Download

Click the following link to download the jar file.

exp4j-0.4.5-javadoc.jar
exp4j-0.4.5-sources.jar
exp4j-0.4.5.jar
exp4j-0.4.5.pom



Related Tutorials