Эксперт ХД

org.apache.commons:commons-exec (1.4.0)

Published 2026-09-15 10:11:51 +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.commons</groupId>
	<artifactId>commons-exec</artifactId>
	<version>1.4.0</version>
</dependency>
mvn install
mvn dependency:get -DremoteRepositories=https://git.expertdwh.ru/api/packages/EWH/maven -Dartifact=org.apache.commons:commons-exec:1.4.0

About this package

Apache Commons Exec is a library to reliably execute external processes from within the JVM.

Dependencies

org.junit.jupiter:junit-jupiter-api
org.junit.jupiter:junit-jupiter-engine
org.junit-pioneer:junit-pioneer
1.9.1
Details
Maven
2026-09-15 10:11:51 +00:00
319
Apache Commons Exec
74 KiB
Assets (2)
Versions (1) View all
1.4.0 2026-09-15