EvalEx

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

License

License

GroupId

GroupId

com.udojava
ArtifactId

ArtifactId

EvalEx
Last Version

Last Version

2.7
Release Date

Release Date

Type

Type

jar
Description

Description

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

Project URL

https://github.com/uklimaschewski/EvalEx
Project Organization

Project Organization

Udo Klimaschewski
Source Code Management

Source Code Management

https://github.com/uklimaschewski/EvalEx

Download EvalEx

How to add to project

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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.13.1

Project Modules

There are no modules declared in this project.

Versions

Version
2.7
2.6
2.5
2.4
2.3
2.2
2.1
2.0
1.18
1.17
1.16
1.15
1.14
1.13
1.12
1.11
1.10
1.9
1.8
1.7
1.6
1.5
1.4
1.3
1.2
1.1
1.0