Эксперт ХД

org.apache.maven:maven (3.0)

Published 2026-09-15 10:12:23 +00:00 by Vlad_Savchuk

Installation

<repositories>
	<repository>
		<id>gitea</id>
		<url>https://git.expertdwh.ru/api/packages/EWH/maven</url>
	</repository>
</repositories>

<distributionManagement>
	<repository>
		<id>gitea</id>
		<url>https://git.expertdwh.ru/api/packages/EWH/maven</url>
	</repository>

	<snapshotRepository>
		<id>gitea</id>
		<url>https://git.expertdwh.ru/api/packages/EWH/maven</url>
	</snapshotRepository>
</distributionManagement>
<dependency>
	<groupId>org.apache.maven</groupId>
	<artifactId>maven</artifactId>
	<version>3.0</version>
</dependency>
mvn install
mvn dependency:get -DremoteRepositories=https://git.expertdwh.ru/api/packages/EWH/maven -Dartifact=org.apache.maven:maven:3.0

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
${junitVersion}
Details
Maven
2026-09-15 10:12:23 +00:00
265
Apache Maven 3.x
21 KiB
Assets (1)
maven-3.0.pom 21 KiB
Versions (5) View all
3.6.3 2026-09-15
3.1.1 2026-09-15
2.2.1 2026-09-15
3.2.5 2026-09-15
3.0 2026-09-15