Last Version

Command Line Interface Parser for Java 7

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.

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

com.google.code.cli-parser
ArtifactId

ArtifactId

cli
Version

Version

7
Type

Type

jar
Description

Description

Command 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

http://code.google.com/p/cli-parser/

Download cli 7

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"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.