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.
License |
License |
---|---|
Categories |
CategoriesMaven Build Tools CLI User Interface |
GroupId | GroupIdcom.lexicalscope.jewelcli |
ArtifactId | ArtifactIdjewelcli-maven-report-example |
Last Version | Last Version0.8.9 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJewelCli Maven Report Example
example of a jewelcli report
|
Project URL |
Project URL |
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/com.lexicalscope.jewelcli/jewelcli-maven-report-example/ -->
<dependency>
<groupId>com.lexicalscope.jewelcli</groupId>
<artifactId>jewelcli-maven-report-example</artifactId>
<version>0.8.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.lexicalscope.jewelcli/jewelcli-maven-report-example/
implementation 'com.lexicalscope.jewelcli:jewelcli-maven-report-example:0.8.9'
// https://jarcasting.com/artifacts/com.lexicalscope.jewelcli/jewelcli-maven-report-example/
implementation ("com.lexicalscope.jewelcli:jewelcli-maven-report-example:0.8.9")
'com.lexicalscope.jewelcli:jewelcli-maven-report-example:jar:0.8.9'
<dependency org="com.lexicalscope.jewelcli" name="jewelcli-maven-report-example" rev="0.8.9">
<artifact name="jewelcli-maven-report-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lexicalscope.jewelcli', module='jewelcli-maven-report-example', version='0.8.9')
)
libraryDependencies += "com.lexicalscope.jewelcli" % "jewelcli-maven-report-example" % "0.8.9"
[com.lexicalscope.jewelcli/jewelcli-maven-report-example "0.8.9"]
Group / Artifact | Type | Version |
---|---|---|
com.lexicalscope.jewelcli : jewelcli | jar | 0.8.9 |
JewelCli uses an annotated interface or class definition to automatically parse and present command line arguments.
The JewelCli documentation is available.