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.9.1.jar download
airline-0.9.1.pom download
airline-0.9.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.rvesse</groupId>
  <artifactId>airline</artifactId>
  <version>0.9.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.rvesse:airline:0.9.1'
Gradle Kotlin
implementation("com.github.rvesse:airline:0.9.1")
Scala SBT
libraryDependencies += "com.github.rvesse" % "airline" % "0.9.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.rvesse', module='airline', version='0.9.1')
)
Apache Ivy
<dependency org="com.github.rvesse" name="airline" rev="0.9.1" />
Leiningen
[com.github.rvesse/airline "0.9.1"]
Apache Buildr
'com.github.rvesse:airline:jar:0.9.1'