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.
| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииCLI Взаимодействие с пользователем |
| Группа | Группаcom.lexicalscope.jewelcli |
| Идентификатор | Идентификаторjewelcli-parent |
| Последняя версия | Последняя версия0.8.9 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеJewelCli Parent Project
Parent Project for JewelCli
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| jewelcli-parent-0.8.9.pom | 7 KB |
| Обзор |
<!-- 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.