is not current version
Last Version 0.6.6

org.libj:math 0.6.5

Supplementary extensions to the java.math package.

GroupId

GroupId

org.libj
ArtifactId

ArtifactId

math
Version

Version

0.6.5
Type

Type

jar

Download math 0.6.5


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