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