License |
License |
---|---|
GroupId | GroupIdcom.udojava |
ArtifactId | ArtifactIdEvalEx |
Last Version | Last Version2.7 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionEvalEx
EvalEx is a handy expression evaluator for Java, that allows to evaluate simple
mathematical and boolean expressions.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
EvalEx-2.7.pom | |
EvalEx-2.7.jar | 80 KB |
EvalEx-2.7-sources.jar | 26 KB |
EvalEx-2.7-javadoc.jar | 114 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |