Group Id org.apache.commons
Artifact Id commons-math
Version 2.1
Packaging jar
URL -
Badge
Last Updated 2010-03-27T18:48:01+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-math</artifactId>
    <version>2.1</version>
</dependency>
implementation group: 'org.apache.commons', name: 'commons-math', version: '2.1'
implementation 'org.apache.commons:commons-math:2.1'
implementation("org.apache.commons:commons-math:2.1")
libraryDependencies += "org.apache.commons" % "commons-math" % "2.1"
<dependency org="org.apache.commons" name="commons-math" rev="2.1"/>
@Grapes(
    @Grab(group='org.apache.commons', module='commons-math', version='2.1')
)
[org.apache.commons/commons-math "2.1"]
'org.apache.commons:commons-math:2.1'