a

airline-help-bash

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