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