exp4j

A simple mathematical expression evaluator for java.

License

License

GroupId

GroupId

de.congrace
ArtifactId

ArtifactId

exp4j
Last Version

Last Version

0.3.11
Release Date

Release Date

Type

Type

jar
Description

Description

exp4j
A simple mathematical expression evaluator for java.
Source Code Management

Source Code Management

https://github.com/fasseg/exp4j

Download exp4j

How to add to project

<!-- https://jarcasting.com/artifacts/de.congrace/exp4j/ -->
<dependency>
    <groupId>de.congrace</groupId>
    <artifactId>exp4j</artifactId>
    <version>0.3.11</version>
</dependency>
// https://jarcasting.com/artifacts/de.congrace/exp4j/
implementation 'de.congrace:exp4j:0.3.11'
// https://jarcasting.com/artifacts/de.congrace/exp4j/
implementation ("de.congrace:exp4j:0.3.11")
'de.congrace:exp4j:jar:0.3.11'
<dependency org="de.congrace" name="exp4j" rev="0.3.11">
  <artifact name="exp4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.congrace', module='exp4j', version='0.3.11')
)
libraryDependencies += "de.congrace" % "exp4j" % "0.3.11"
[de.congrace/exp4j "0.3.11"]

Dependencies

test (2)

Group / Artifact Type Version
junit : junit jar 4.8.2
org.livetribe : livetribe-jsr223 jar 2.0.6

Project Modules

There are no modules declared in this project.

exp4j

exp4j is a mathematical expression evaluator for the Java programming language. It is a simple-to-use and small library (~50kb) without any external dependencies.

Check out http://www.objecthunter.net/exp4j/ for documentation and examples

Versions

Version
0.3.11
0.3.10
0.3.9
0.3.8
0.3.7
0.3.5
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
0.2.9