a

airline-help-html

HTML help generators for Airline
文件下载
文件名 操作
airline-help-html-2.8.2.jar 下载
airline-help-html-2.8.2.pom 下载
airline-help-html-2.8.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.rvesse</groupId>
  <artifactId>airline-help-html</artifactId>
  <version>2.8.2</version>
</dependency>
Gradle Groovy
implementation 'com.github.rvesse:airline-help-html:2.8.2'
Gradle Kotlin
implementation("com.github.rvesse:airline-help-html:2.8.2")
Scala SBT
libraryDependencies += "com.github.rvesse" % "airline-help-html" % "2.8.2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.rvesse', module='airline-help-html', version='2.8.2')
)
Apache Ivy
<dependency org="com.github.rvesse" name="airline-help-html" rev="2.8.2" />
Leiningen
[com.github.rvesse/airline-help-html "2.8.2"]
Apache Buildr
'com.github.rvesse:airline-help-html:jar:2.8.2'