Download jsap-2.1.jar file - Jar j

Jar examples for j:jsap

Description

the Java-based Simple Argument Parser

You can download jar file jsap 2.1 in this page.

License

Lesser GNU Public License

Build File

You can use the following script to add jsap-2.1.jar to your project.

<dependency>
   <groupId>com.martiansoftware</groupId>
   <artifactId>jsap</artifactId>
   <version>2.1</version>
</dependency>
compile group: 'com.martiansoftware', name: 'jsap', version: '2.1'
libraryDependencies += "com.martiansoftware" % "jsap" % "2.1"
<dependency org="com.martiansoftware" name="jsap" rev="2.1"/>
@Grapes(@Grab(group='com.martiansoftware', module='jsap', version='2.1'))
'com.martiansoftware:jsap:jar:2.1'

Download

Click the following link to download the jar file.

jsap-2.1.jar
jsap-2.1.pom



Related Tutorials