Group Id org.apache.commons
Artifact Id commons-math3
Version 3.4.1
Packaging jar
URL -
Badge
Last Updated 2015-01-08T09:27:51+00:00
Download Jar | View All
Maven
Gradle
Gradle(Short)
Gradle(Kotlin)
SBT
Ivy
Grape
Leiningen
Buildr
<dependency>
    <groupId>org.apache.commons</groupId>
    <artifactId>commons-math3</artifactId>
    <version>3.4.1</version>
</dependency>
implementation group: 'org.apache.commons', name: 'commons-math3', version: '3.4.1'
implementation 'org.apache.commons:commons-math3:3.4.1'
implementation("org.apache.commons:commons-math3:3.4.1")
libraryDependencies += "org.apache.commons" % "commons-math3" % "3.4.1"
<dependency org="org.apache.commons" name="commons-math3" rev="3.4.1"/>
@Grapes(
    @Grab(group='org.apache.commons', module='commons-math3', version='3.4.1')
)
[org.apache.commons/commons-math3 "3.4.1"]
'org.apache.commons:commons-math3:3.4.1'