| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdcom.github.thorbenkuck |
| ArtifactId | ArtifactIdCLIParser |
| Last Version | Last Version1.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionCLIParser
A Strategy based CLI Parser
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| CLIParser-1.1.pom | |
| CLIParser-1.1.jar | 27 KB |
| CLIParser-1.1-sources.jar | 17 KB |
| CLIParser-1.1-javadoc.jar | 133 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.thorbenkuck/CLIParser/ -->
<dependency>
<groupId>com.github.thorbenkuck</groupId>
<artifactId>CLIParser</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.thorbenkuck/CLIParser/
implementation 'com.github.thorbenkuck:CLIParser:1.1'
// https://jarcasting.com/artifacts/com.github.thorbenkuck/CLIParser/
implementation ("com.github.thorbenkuck:CLIParser:1.1")
'com.github.thorbenkuck:CLIParser:jar:1.1'
<dependency org="com.github.thorbenkuck" name="CLIParser" rev="1.1">
<artifact name="CLIParser" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.thorbenkuck', module='CLIParser', version='1.1')
)
libraryDependencies += "com.github.thorbenkuck" % "CLIParser" % "1.1"
[com.github.thorbenkuck/CLIParser "1.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |