a

airline-parent

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-parent-3.0.0.pom download
Apache Maven
<dependency>
  <groupId>com.github.rvesse</groupId>
  <artifactId>airline-parent</artifactId>
  <version>3.0.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.rvesse:airline-parent:3.0.0'
Gradle Kotlin
implementation("com.github.rvesse:airline-parent:3.0.0")
Scala SBT
libraryDependencies += "com.github.rvesse" % "airline-parent" % "3.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.rvesse', module='airline-parent', version='3.0.0')
)
Apache Ivy
<dependency org="com.github.rvesse" name="airline-parent" rev="3.0.0" />
Leiningen
[com.github.rvesse/airline-parent "3.0.0"]
Apache Buildr
'com.github.rvesse:airline-parent:jar:3.0.0'
Dependencies
The project has no third-party dependencies