JewelCli

JewelCli uses an annotated interface definition to automatically parse and present command line arguments

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

com.lexicalscope.jewelcli
ArtifactId

ArtifactId

jewelcli
Last Version

Last Version

0.8.9
Release Date

Release Date

Type

Type

jar
Description

Description

JewelCli
JewelCli uses an annotated interface definition to automatically parse and present command line arguments
Project URL

Project URL

http://jewelcli.lexicalscope.com/
Project Organization

Project Organization

lexicalscope
Source Code Management

Source Code Management

https://github.com/lexicalscope/jewelcli

Download jewelcli

How to add to project

<!-- https://jarcasting.com/artifacts/com.lexicalscope.jewelcli/jewelcli/ -->
<dependency>
    <groupId>com.lexicalscope.jewelcli</groupId>
    <artifactId>jewelcli</artifactId>
    <version>0.8.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.lexicalscope.jewelcli/jewelcli/
implementation 'com.lexicalscope.jewelcli:jewelcli:0.8.9'
// https://jarcasting.com/artifacts/com.lexicalscope.jewelcli/jewelcli/
implementation ("com.lexicalscope.jewelcli:jewelcli:0.8.9")
'com.lexicalscope.jewelcli:jewelcli:jar:0.8.9'
<dependency org="com.lexicalscope.jewelcli" name="jewelcli" rev="0.8.9">
  <artifact name="jewelcli" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lexicalscope.jewelcli', module='jewelcli', version='0.8.9')
)
libraryDependencies += "com.lexicalscope.jewelcli" % "jewelcli" % "0.8.9"
[com.lexicalscope.jewelcli/jewelcli "0.8.9"]

Dependencies

compile (7)

Group / Artifact Type Version
com.lexicalscope.fluent-reflection : fluent-reflection Optional jar 0.1.5
com.lexicalscope.fluent-collections : fluent-collections Optional jar 0.0.2
org.hamcrest : hamcrest-integration Optional jar 1.3.RC2
com.google.inject : guice Optional jar 3.0
org.apache.commons : commons-lang3 Optional jar 3.0.1
com.googlecode.lambdaj : lambdaj Optional jar 2.3.1
com.google.guava : guava Optional jar 10.0

test (3)

Group / Artifact Type Version
com.lexicalscope.fluent-reflection : fluent-reflection Optional jar 0.1.5
junit : junit-dep jar 4.10
org.jmock : jmock-junit4 jar 2.6.0-RC2

Project Modules

There are no modules declared in this project.

Jewel CLI - command line parsing library for Java programs

JewelCli uses an annotated interface or class definition to automatically parse and present command line arguments.

The JewelCli documentation is available.

Versions

Version
0.8.9
0.8.8
0.8.7
0.8.6
0.8.5
0.8.4
0.8.3
0.8.2
0.8.1
0.8.0
0.7.6
0.7.5
0.7.5RC1
0.7.4
0.7.3
0.7.2