a

airline

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