Download airline-0.4.jar file - Jar a

Jar examples for a:airline

Description

Java library provided an annotation-based framework for parsing Git like command line structures

You can download jar file airline 0.4 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add airline-0.4.jar to your project.

<dependency>
   <groupId>io.airlift</groupId>
   <artifactId>airline</artifactId>
   <version>0.4</version>
</dependency>
compile group: 'io.airlift', name: 'airline', version: '0.4'
libraryDependencies += "io.airlift" % "airline" % "0.4"
<dependency org="io.airlift" name="airline" rev="0.4"/>
@Grapes(@Grab(group='io.airlift', module='airline', version='0.4'))
'io.airlift:airline:jar:0.4'

Download

Click the following link to download the jar file.

airline-0.4-javadoc.jar
airline-0.4-sources.jar
airline-0.4.jar
airline-0.4.pom



Related Tutorials