Last Version

EvalEx 2.7

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
Version

Version

2.7
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 2.7


<!-- 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.