License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.google.code.cli-parser |
ArtifactId | ArtifactIdcli |
Last Version | Last Version7 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCommand Line Interface Parser for Java
Using annotations you can make very succinct main methods that don't need to know how to parse command line arguments with either fields, properties, or method based injection.
|
Project URL |
Project URL |
Filename | Size |
---|---|
cli-7.pom | |
cli-7.jar | 6 KB |
cli-7-sources.jar | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.google.code.cli-parser/cli/ -->
<dependency>
<groupId>com.google.code.cli-parser</groupId>
<artifactId>cli</artifactId>
<version>7</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.code.cli-parser/cli/
implementation 'com.google.code.cli-parser:cli:7'
// https://jarcasting.com/artifacts/com.google.code.cli-parser/cli/
implementation ("com.google.code.cli-parser:cli:7")
'com.google.code.cli-parser:cli:jar:7'
<dependency org="com.google.code.cli-parser" name="cli" rev="7">
<artifact name="cli" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.code.cli-parser', module='cli', version='7')
)
libraryDependencies += "com.google.code.cli-parser" % "cli" % "7"
[com.google.code.cli-parser/cli "7"]