org.apache.maven:maven (2.2.1)

Published 2026-02-24 13:44:16 +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.maven</groupId>
	<artifactId>maven</artifactId>
	<version>2.2.1</version>
</dependency>
mvn install
mvn dependency:get -DremoteRepositories= -Dartifact=org.apache.maven:maven:2.2.1

About this package

Maven is a project development management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the declarative file. Maven can be extended by plugins to utilise a number of other development tools for reporting or the build process.

Dependencies

junit:junit
3.8.1
Details
Maven
2026-02-24 13:44:16 +00:00
1
Maven
22 KiB
Assets (1)
Versions (7) View all
2.0.9 2026-02-24
2.2.0 2026-02-24
2.2.1 2026-02-24
2.0.2 2026-02-24
2.0.5 2026-02-24