Эксперт ХД

org.apache.maven:maven (3.6.3)

Published 2026-09-15 11:11:52 +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.6.3</version>
</dependency>
mvn install
mvn dependency:get -DremoteRepositories=https://git.expertdwh.ru/api/packages/EWH/maven -Dartifact=org.apache.maven:maven:3.6.3

About this package

Maven is a software build 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 11:11:52 +00:00
1
Apache Maven
26 KiB
Assets (1)
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