is not current version
Last Version 0.4b

org.jdice:jcalc 0.3b

Fluent Java API for easier work with numbers, writing formula and calculations in Java.

GroupId

GroupId

org.jdice
ArtifactId

ArtifactId

jcalc
Version

Version

0.3b
Type

Type

jar

Download jcalc 0.3b


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