文件下载
文件名 操作
big-math-2.3.2.jar 下载
big-math-2.3.2.pom 下载
big-math-2.3.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>ch.obermuhlner</groupId>
  <artifactId>big-math</artifactId>
  <version>2.3.2</version>
</dependency>
Gradle Groovy
implementation 'ch.obermuhlner:big-math:2.3.2'
Gradle Kotlin
implementation("ch.obermuhlner:big-math:2.3.2")
Scala SBT
libraryDependencies += "ch.obermuhlner" % "big-math" % "2.3.2"
Groovy Grape
@Grapes(
  @Grab(group='ch.obermuhlner', module='big-math', version='2.3.2')
)
Apache Ivy
<dependency org="ch.obermuhlner" name="big-math" rev="2.3.2" />
Leiningen
[ch.obermuhlner/big-math "2.3.2"]
Apache Buildr
'ch.obermuhlner:big-math:jar:2.3.2'
本项目依赖