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
License |
License |
---|---|
GroupId | GroupIdde.congrace |
ArtifactId | ArtifactIdexp4j |
Last Version | Last Version0.3.11 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionexp4j
A simple mathematical expression evaluator for java.
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
exp4j-0.3.11.pom | |
exp4j-0.3.11.jar | 38 KB |
exp4j-0.3.11-sources.jar | 17 KB |
exp4j-0.3.11-javadoc.jar | 60 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.2 |
org.livetribe : livetribe-jsr223 | jar | 2.0.6 |
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