org.apache.commons:commons-math3 (3.6.1)

Published 2026-02-24 13:43:55 +00:00 by atheaadmin

Installation

<repositories>
	<repository>
		<id>gitea</id>
		<url></url>
	</repository>
</repositories>

<distributionManagement>
	<repository>
		<id>gitea</id>
		<url></url>
	</repository>

	<snapshotRepository>
		<id>gitea</id>
		<url></url>
	</snapshotRepository>
</distributionManagement>
<dependency>
	<groupId>org.apache.commons</groupId>
	<artifactId>commons-math3</artifactId>
	<version>3.6.1</version>
</dependency>
mvn install
mvn dependency:get -DremoteRepositories= -Dartifact=org.apache.commons:commons-math3:3.6.1

About this package

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.

Dependencies

junit:junit
4.11
Details
Maven
2026-02-24 13:43:55 +00:00
1
Apache Commons Math
2.1 MiB
Assets (2)
Versions (4) View all
3.1.1 2026-02-24
3.2 2026-02-24
3.5 2026-02-24
3.6.1 2026-02-24