m

mihxil-math-parent

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