Download jcommander-1.29.jar file - Jar j

Jar examples for j:jcommander

Description

A Java framework to parse command line options with annotations.

You can download jar file jcommander 1.29 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add jcommander-1.29.jar to your project.

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

Download

Click the following link to download the jar file.

jcommander-1.29-javadoc.jar
jcommander-1.29-sources.jar
jcommander-1.29.jar
jcommander-1.29.pom



Related Tutorials