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-packagingtest |
Last Version | Last Version0.8.9 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJewelCli Packaging Test
Parent Project for JewelCli
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
jewelcli-packagingtest-0.8.9.pom | |
jewelcli-packagingtest-0.8.9.jar | 2 KB |
jewelcli-packagingtest-0.8.9-javadoc.jar | 332 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.lexicalscope.jewelcli/jewelcli-packagingtest/ -->
<dependency>
<groupId>com.lexicalscope.jewelcli</groupId>
<artifactId>jewelcli-packagingtest</artifactId>
<version>0.8.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.lexicalscope.jewelcli/jewelcli-packagingtest/
implementation 'com.lexicalscope.jewelcli:jewelcli-packagingtest:0.8.9'
// https://jarcasting.com/artifacts/com.lexicalscope.jewelcli/jewelcli-packagingtest/
implementation ("com.lexicalscope.jewelcli:jewelcli-packagingtest:0.8.9")
'com.lexicalscope.jewelcli:jewelcli-packagingtest:jar:0.8.9'
<dependency org="com.lexicalscope.jewelcli" name="jewelcli-packagingtest" rev="0.8.9">
<artifact name="jewelcli-packagingtest" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lexicalscope.jewelcli', module='jewelcli-packagingtest', version='0.8.9')
)
libraryDependencies += "com.lexicalscope.jewelcli" % "jewelcli-packagingtest" % "0.8.9"
[com.lexicalscope.jewelcli/jewelcli-packagingtest "0.8.9"]
Group / Artifact | Type | Version |
---|---|---|
com.lexicalscope.jewelcli : jewelcli | jar | 0.8.9 |
org.testng : testng | jar | 6.1.1 |
JewelCli uses an annotated interface or class definition to automatically parse and present command line arguments.
The JewelCli documentation is available.