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