is not current version
Last Version 0.0.13

com.github.fracpete:simple-argparse4j 0.0.6

Very simple argument parser, inspired by argparse4j (https://argparse4j.github.io/).

GroupId

GroupId

com.github.fracpete
ArtifactId

ArtifactId

simple-argparse4j
Version

Version

0.0.6
Type

Type

jar

Download simple-argparse4j 0.0.6


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