m

mihxil-math-lib-parent

Serves as a parent for the modules that are distributed as a library. And are e.g. still java 8 compatible.
https://github.com/mihxil/math
Files download
File Operation
mihxil-math-lib-parent-0.12.0.pom download
Apache Maven
<dependency>
  <groupId>org.meeuw.math</groupId>
  <artifactId>mihxil-math-lib-parent</artifactId>
  <version>0.12.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.meeuw.math:mihxil-math-lib-parent:0.12.0'
Gradle Kotlin
implementation("org.meeuw.math:mihxil-math-lib-parent:0.12.0")
Scala SBT
libraryDependencies += "org.meeuw.math" % "mihxil-math-lib-parent" % "0.12.0"
Groovy Grape
@Grapes(
  @Grab(group='org.meeuw.math', module='mihxil-math-lib-parent', version='0.12.0')
)
Apache Ivy
<dependency org="org.meeuw.math" name="mihxil-math-lib-parent" rev="0.12.0" />
Leiningen
[org.meeuw.math/mihxil-math-lib-parent "0.12.0"]
Apache Buildr
'org.meeuw.math:mihxil-math-lib-parent:jar:0.12.0'