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 |
CategoriesCLI User Interface |
GroupId | GroupIdcom.lexicalscope.jewelcli |
ArtifactId | ArtifactIdjewelcli-parent |
Last Version | Last Version0.8.9 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionJewelCli Parent Project
Parent Project for JewelCli
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jewelcli-parent-0.8.9.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.lexicalscope.jewelcli/jewelcli-parent/ -->
<dependency>
<groupId>com.lexicalscope.jewelcli</groupId>
<artifactId>jewelcli-parent</artifactId>
<version>0.8.9</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.lexicalscope.jewelcli/jewelcli-parent/
implementation 'com.lexicalscope.jewelcli:jewelcli-parent:0.8.9'
// https://jarcasting.com/artifacts/com.lexicalscope.jewelcli/jewelcli-parent/
implementation ("com.lexicalscope.jewelcli:jewelcli-parent:0.8.9")
'com.lexicalscope.jewelcli:jewelcli-parent:pom:0.8.9'
<dependency org="com.lexicalscope.jewelcli" name="jewelcli-parent" rev="0.8.9">
<artifact name="jewelcli-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.lexicalscope.jewelcli', module='jewelcli-parent', version='0.8.9')
)
libraryDependencies += "com.lexicalscope.jewelcli" % "jewelcli-parent" % "0.8.9"
[com.lexicalscope.jewelcli/jewelcli-parent "0.8.9"]
JewelCli uses an annotated interface or class definition to automatically parse and present command line arguments.
The JewelCli documentation is available.