a

airline-help-html

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