is not current version
Last Version 2.8.5

com.github.rvesse:airline-parent 2.3.0

Java annotation-based framework for parsing Git like command line structures

Categories

Categories

Airline User Interface CLI
GroupId

GroupId

com.github.rvesse
ArtifactId

ArtifactId

airline-parent
Version

Version

2.3.0
Type

Type

jar

Download airline-parent 2.3.0


<!-- https://jarcasting.com/artifacts/com.github.rvesse/airline-parent/ -->
<dependency>
    <groupId>com.github.rvesse</groupId>
    <artifactId>airline-parent</artifactId>
    <version>2.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rvesse/airline-parent/
implementation 'com.github.rvesse:airline-parent:2.3.0'
// https://jarcasting.com/artifacts/com.github.rvesse/airline-parent/
implementation ("com.github.rvesse:airline-parent:2.3.0")
'com.github.rvesse:airline-parent:jar:2.3.0'
<dependency org="com.github.rvesse" name="airline-parent" rev="2.3.0">
  <artifact name="airline-parent" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rvesse', module='airline-parent', version='2.3.0')
)
libraryDependencies += "com.github.rvesse" % "airline-parent" % "2.3.0"
[com.github.rvesse/airline-parent "2.3.0"]