не последняя версия
Последняя версия 2.8.5

com.github.rvesse:airline 0.8

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

Категории

Категории

Airline Взаимодействие с пользователем CLI
Группа

Группа

com.github.rvesse
Идентификатор

Идентификатор

airline
Версия

Версия

0.8
Тип

Тип

jar

Скачать airline 0.8


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