is not current version
Last Version 0.4.8

net.objecthunter:exp4j exp4j-0.4.3.BETA-1

A simple mathematical expression evaluator for java.

Categories

Categories

Net
GroupId

GroupId

net.objecthunter
ArtifactId

ArtifactId

exp4j
Version

Version

exp4j-0.4.3.BETA-1
Type

Type

jar

Download exp4j exp4j-0.4.3.BETA-1


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