a

airline

Java annotation-based framework for parsing Git like command line structures
https://github.com/rvesse/airline
The Apache License, Version 2.0
Rob Vesse
Files download
File Operation
airline-0.8.jar download
airline-0.8.pom download
airline-0.8-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.rvesse</groupId>
  <artifactId>airline</artifactId>
  <version>0.8</version>
</dependency>
Gradle Groovy
implementation 'com.github.rvesse:airline:0.8'
Gradle Kotlin
implementation("com.github.rvesse:airline:0.8")
Scala SBT
libraryDependencies += "com.github.rvesse" % "airline" % "0.8"
Groovy Grape
@Grapes(
  @Grab(group='com.github.rvesse', module='airline', version='0.8')
)
Apache Ivy
<dependency org="com.github.rvesse" name="airline" rev="0.8" />
Leiningen
[com.github.rvesse/airline "0.8"]
Apache Buildr
'com.github.rvesse:airline:jar:0.8'