Download java-getopt-1.0.13.jar file - Jar j

Jar examples for j:java-getopt

Description

GNU Getopt - Java port, with type annotations

You can download jar file java-getopt 1.0.13 in this page.

License

GNU Library General Public License, version 2.0 (LGPL2)

Build File

You can use the following script to add java-getopt-1.0.13.jar to your project.

<dependency>
   <groupId>gnu.getopt</groupId>
   <artifactId>java-getopt</artifactId>
   <version>1.0.13</version>
</dependency>
compile group: 'gnu.getopt', name: 'java-getopt', version: '1.0.13'
libraryDependencies += "gnu.getopt" % "java-getopt" % "1.0.13"
<dependency org="gnu.getopt" name="java-getopt" rev="1.0.13"/>
@Grapes(@Grab(group='gnu.getopt', module='java-getopt', version='1.0.13'))
'gnu.getopt:java-getopt:jar:1.0.13'

Download

Click the following link to download the jar file.

java-getopt-1.0.13-sources.jar
java-getopt-1.0.13.jar
java-getopt-1.0.13.pom



Related Tutorials