License |
License |
---|---|
GroupId | GroupIdorg.apache.commons |
ArtifactId | ArtifactIdcommons-math |
Last Version | Last Version2.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCommons Math
The 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-math-2.2.pom | |
commons-math-2.2.jar | 965 KB |
commons-math-2.2-sources.jar | 1 MB |
commons-math-2.2-javadoc.jar | 5 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.commons/commons-math/ -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-math</artifactId>
<version>2.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.commons/commons-math/
implementation 'org.apache.commons:commons-math:2.2'
// https://jarcasting.com/artifacts/org.apache.commons/commons-math/
implementation ("org.apache.commons:commons-math:2.2")
'org.apache.commons:commons-math:jar:2.2'
<dependency org="org.apache.commons" name="commons-math" rev="2.2">
<artifact name="commons-math" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.commons', module='commons-math', version='2.2')
)
libraryDependencies += "org.apache.commons" % "commons-math" % "2.2"
[org.apache.commons/commons-math "2.2"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.4 |