is not current version
Last Version 2.8.5

com.github.rvesse:airline 1.0.1

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

Categories

Categories

Airline User Interface CLI
GroupId

GroupId

com.github.rvesse
ArtifactId

ArtifactId

airline
Version

Version

1.0.1
Type

Type

jar

Download airline 1.0.1


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