s

simple-argparse4j

Very simple argument parser, inspired by argparse4j (https://argparse4j.github.io/).
Apache 2.0
University of Waikato, Hamilton, NZ
Peter Reutemann
Files download
File Operation
simple-argparse4j-0.0.13.jar download
simple-argparse4j-0.0.13.pom download
simple-argparse4j-0.0.13-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.fracpete</groupId>
  <artifactId>simple-argparse4j</artifactId>
  <version>0.0.13</version>
</dependency>
Gradle Groovy
implementation 'com.github.fracpete:simple-argparse4j:0.0.13'
Gradle Kotlin
implementation("com.github.fracpete:simple-argparse4j:0.0.13")
Scala SBT
libraryDependencies += "com.github.fracpete" % "simple-argparse4j" % "0.0.13"
Groovy Grape
@Grapes(
  @Grab(group='com.github.fracpete', module='simple-argparse4j', version='0.0.13')
)
Apache Ivy
<dependency org="com.github.fracpete" name="simple-argparse4j" rev="0.0.13" />
Leiningen
[com.github.fracpete/simple-argparse4j "0.0.13"]
Apache Buildr
'com.github.fracpete:simple-argparse4j:jar:0.0.13'