a

airline

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