org.apache.commons:commons-math3 (3.1.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.1.1</version>
</dependency>
mvn install
mvn dependency:get -DremoteRepositories= -Dartifact=org.apache.commons:commons-math3:3.1.1

About this package

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.

Dependencies

junit:junit
4.10
Details
Maven
2026-02-24 13:43:55 +00:00
0
Commons Math
14 KiB
Assets (1)
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