a

airline

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