Jar examples for j:jsap
the Java-based Simple Argument Parser
You can download jar file jsap 2.1 in this page.
Lesser GNU Public License
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'
Click the following link to download the jar file.
jsap-2.1.jar