cli-parser

Library to provide support for command-line parsing

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

com.github.hypfvieh.cli
ArtifactId

ArtifactId

cli-parser
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

cli-parser
Library to provide support for command-line parsing
Project URL

Project URL

https://github.com/hypfvieh/cli-parser

Download cli-parser

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.hypfvieh.cli/cli-parser/ -->
<dependency>
    <groupId>com.github.hypfvieh.cli</groupId>
    <artifactId>cli-parser</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hypfvieh.cli/cli-parser/
implementation 'com.github.hypfvieh.cli:cli-parser:1.0.1'
// https://jarcasting.com/artifacts/com.github.hypfvieh.cli/cli-parser/
implementation ("com.github.hypfvieh.cli:cli-parser:1.0.1")
'com.github.hypfvieh.cli:cli-parser:jar:1.0.1'
<dependency org="com.github.hypfvieh.cli" name="cli-parser" rev="1.0.1">
  <artifact name="cli-parser" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hypfvieh.cli', module='cli-parser', version='1.0.1')
)
libraryDependencies += "com.github.hypfvieh.cli" % "cli-parser" % "1.0.1"
[com.github.hypfvieh.cli/cli-parser "1.0.1"]

Dependencies

compile (1)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.36

test (6)

Group / Artifact Type Version
org.apache.logging.log4j : log4j-core jar 2.17.2
org.apache.logging.log4j : log4j-slf4j-impl jar 2.17.2
org.junit.jupiter : junit-jupiter-api jar 5.8.2
org.junit.jupiter : junit-jupiter-params jar 5.8.2
org.junit.jupiter : junit-jupiter-engine jar 5.8.2
org.junit.platform : junit-platform-launcher jar 1.8.2

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.1
1.0.0