commons-cli:commons-cli (1.5.0)

Published 2026-02-24 13:43:31 +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>commons-cli</groupId>
	<artifactId>commons-cli</artifactId>
	<version>1.5.0</version>
</dependency>
mvn install
mvn dependency:get -DremoteRepositories= -Dartifact=commons-cli:commons-cli:1.5.0

About this package

Apache Commons CLI provides a simple API for presenting, processing and validating a Command Line Interface.

Dependencies

junit:junit
4.13.2
Details
Maven
2026-02-24 13:43:31 +00:00
1
Apache Commons CLI
72 KiB
Assets (2)
Versions (4) View all
1.0 2026-02-24
1.2 2026-02-24
1.4 2026-02-24
1.5.0 2026-02-24