is not current version
Last Version 0.8.2

org.meeuw.math:mihxil-math 0.6.1

The base dependency of the modules in the project. It provides the scaffolding for: - abstract algebra's to ensure a common interface for basic operations - an 'uncertain number' interface plus a SPI for formatting those

GroupId

GroupId

org.meeuw.math
ArtifactId

ArtifactId

mihxil-math
Version

Version

0.6.1
Type

Type

jar

Download mihxil-math 0.6.1


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