m

mihxil-math

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
Files download
File Operation
mihxil-math-0.4.0.jar download
mihxil-math-0.4.0.pom download
mihxil-math-0.4.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.meeuw</groupId>
  <artifactId>mihxil-math</artifactId>
  <version>0.4.0</version>
</dependency>
Gradle Groovy
implementation 'org.meeuw:mihxil-math:0.4.0'
Gradle Kotlin
implementation("org.meeuw:mihxil-math:0.4.0")
Scala SBT
libraryDependencies += "org.meeuw" % "mihxil-math" % "0.4.0"
Groovy Grape
@Grapes(
  @Grab(group='org.meeuw', module='mihxil-math', version='0.4.0')
)
Apache Ivy
<dependency org="org.meeuw" name="mihxil-math" rev="0.4.0" />
Leiningen
[org.meeuw/mihxil-math "0.4.0"]
Apache Buildr
'org.meeuw:mihxil-math:jar:0.4.0'