c

commons-math3

The Apache Commons Math project is a library of lightweight, self-contained mathematics and statistics components addressing the most common practical problems not immediately available in the Java programming language or commons-lang.
http://commons.apache.org/proper/commons-math/
文件下载
文件名 操作
commons-math3-1.2.0.1-jre15.jar 下载
commons-math3-1.2.0.1-jre15.pom 下载
commons-math3-1.2.0.1-jre15-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.guicedee.services</groupId>
  <artifactId>commons-math3</artifactId>
  <version>1.2.0.1-jre15</version>
</dependency>
Gradle Groovy
implementation 'com.guicedee.services:commons-math3:1.2.0.1-jre15'
Gradle Kotlin
implementation("com.guicedee.services:commons-math3:1.2.0.1-jre15")
Scala SBT
libraryDependencies += "com.guicedee.services" % "commons-math3" % "1.2.0.1-jre15"
Groovy Grape
@Grapes(
  @Grab(group='com.guicedee.services', module='commons-math3', version='1.2.0.1-jre15')
)
Apache Ivy
<dependency org="com.guicedee.services" name="commons-math3" rev="1.2.0.1-jre15" />
Leiningen
[com.guicedee.services/commons-math3 "1.2.0.1-jre15"]
Apache Buildr
'com.guicedee.services:commons-math3:jar:1.2.0.1-jre15'