a

airline-help-html

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