License |
License |
---|---|
GroupId | GroupIdorg.apache.commons |
ArtifactId | ArtifactIdcommons-math3 |
Last Version | Last Version3.6.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache Commons Math
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.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
commons-math3-3.6.1.pom | |
commons-math3-3.6.1.jar | 1 MB |
commons-math3-3.6.1-src.zip | 2 MB |
commons-math3-3.6.1-src.tar.gz | 1 MB |
commons-math3-3.6.1-sources.jar | 1 MB |
commons-math3-3.6.1-javadoc.jar | 3 MB |
commons-math3-3.6.1-bin.zip | 10 MB |
commons-math3-3.6.1-bin.tar.gz | 7 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.commons/commons-math3/ -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-math3</artifactId>
<version>3.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.commons/commons-math3/
implementation 'org.apache.commons:commons-math3:3.6.1'
// https://jarcasting.com/artifacts/org.apache.commons/commons-math3/
implementation ("org.apache.commons:commons-math3:3.6.1")
'org.apache.commons:commons-math3:jar:3.6.1'
<dependency org="org.apache.commons" name="commons-math3" rev="3.6.1">
<artifact name="commons-math3" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.commons', module='commons-math3', version='3.6.1')
)
libraryDependencies += "org.apache.commons" % "commons-math3" % "3.6.1"
[org.apache.commons/commons-math3 "3.6.1"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |