Download simple-argparse4j-0.0.1.jar file - Jar s

Jar examples for s:simple-argparse4j

Description

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

You can download jar file simple-argparse4j 0.0.1 in this page.

License

GNU General Public License 3

Build File

You can use the following script to add simple-argparse4j-0.0.1.jar to your project.

<dependency>
   <groupId>com.github.fracpete</groupId>
   <artifactId>simple-argparse4j</artifactId>
   <version>0.0.1</version>
</dependency>
compile group: 'com.github.fracpete', name: 'simple-argparse4j', version: '0.0.1'
libraryDependencies += "com.github.fracpete" % "simple-argparse4j" % "0.0.1"
<dependency org="com.github.fracpete" name="simple-argparse4j" rev="0.0.1"/>
@Grapes(@Grab(group='com.github.fracpete', module='simple-argparse4j', version='0.0.1'))
'com.github.fracpete:simple-argparse4j:jar:0.0.1'

Download

Click the following link to download the jar file.

simple-argparse4j-0.0.1-javadoc.jar
simple-argparse4j-0.0.1-sources.jar
simple-argparse4j-0.0.1.jar
simple-argparse4j-0.0.1.pom



Related Tutorials