is not current version
Last Version 0.4.8

net.objecthunter:exp4j 0.4.0.ALPHA-2

A simple mathematical expression evaluator for java.

Categories

Categories

Net
GroupId

GroupId

net.objecthunter
ArtifactId

ArtifactId

exp4j
Version

Version

0.4.0.ALPHA-2
Type

Type

jar

Download exp4j 0.4.0.ALPHA-2


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