a

airline-help-ronn

RONN format help generators. RONN is an enhanced version of Markdown that can be post-processed with the ronn tool to generate man pages or HTML pages. RONN has some bugs are is considered deprecated in favour of the airline-help-man module.
Files download
File Operation
airline-help-ronn-2.1.1.jar download
airline-help-ronn-2.1.1.pom download
airline-help-ronn-2.1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.rvesse</groupId>
  <artifactId>airline-help-ronn</artifactId>
  <version>2.1.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.rvesse:airline-help-ronn:2.1.1'
Gradle Kotlin
implementation("com.github.rvesse:airline-help-ronn:2.1.1")
Scala SBT
libraryDependencies += "com.github.rvesse" % "airline-help-ronn" % "2.1.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.rvesse', module='airline-help-ronn', version='2.1.1')
)
Apache Ivy
<dependency org="com.github.rvesse" name="airline-help-ronn" rev="2.1.1" />
Leiningen
[com.github.rvesse/airline-help-ronn "2.1.1"]
Apache Buildr
'com.github.rvesse:airline-help-ronn:jar:2.1.1'