m

mihxil-math-parent

Math related utilities. Measurements (with error indication)
https://github.com/mihxil/math
Apache License, Version 2.0
Michiel Meeuwissen
文件下载
文件名 操作
mihxil-math-parent-0.4.0.pom 下载
Apache Maven
<dependency>
  <groupId>org.meeuw</groupId>
  <artifactId>mihxil-math-parent</artifactId>
  <version>0.4.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.meeuw:mihxil-math-parent:0.4.0'
Gradle Kotlin
implementation("org.meeuw:mihxil-math-parent:0.4.0")
Scala SBT
libraryDependencies += "org.meeuw" % "mihxil-math-parent" % "0.4.0"
Groovy Grape
@Grapes(
  @Grab(group='org.meeuw', module='mihxil-math-parent', version='0.4.0')
)
Apache Ivy
<dependency org="org.meeuw" name="mihxil-math-parent" rev="0.4.0" />
Leiningen
[org.meeuw/mihxil-math-parent "0.4.0"]
Apache Buildr
'org.meeuw:mihxil-math-parent:jar:0.4.0'