JewelCli Parent Project

Parent Project for JewelCli

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

com.lexicalscope.jewelcli
ArtifactId

ArtifactId

jewelcli-parent
Last Version

Last Version

0.8.9
Release Date

Release Date

Type

Type

pom
Description

Description

JewelCli Parent Project
Parent Project for JewelCli
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-parent

How to add to project

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

Dependencies

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

Project Modules

  • jewelcli
  • jewelcli-packagingtest
  • jewelcli-maven-report-plugin
  • jewelcli-maven-report-example

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