Download underline-1.0.0.jar file - Jar u

Jar examples for u:underline

Description

A Git-like command-line parser with no strings attached

You can download jar file underline 1.0.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add underline-1.0.0.jar to your project.

<dependency>
   <groupId>de.undercouch</groupId>
   <artifactId>underline</artifactId>
   <version>1.0.0</version>
</dependency>
compile group: 'de.undercouch', name: 'underline', version: '1.0.0'
libraryDependencies += "de.undercouch" % "underline" % "1.0.0"
<dependency org="de.undercouch" name="underline" rev="1.0.0"/>
@Grapes(@Grab(group='de.undercouch', module='underline', version='1.0.0'))
'de.undercouch:underline:jar:1.0.0'

Download

Click the following link to download the jar file.

underline-1.0.0-javadoc.jar
underline-1.0.0-sources.jar
underline-1.0.0.jar
underline-1.0.0.pom



Related Tutorials