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