MVN

com.github.rvesse : airline-help-markdown

Maven & Gradle

Aug 03, 2022
2 usages
123 stars

Airline - Help - Markdown · Provides Markdown help generators for Airline

<dependency>
    <groupId>com.github.rvesse</groupId>
    <artifactId>airline-help-markdown</artifactId>
    <version>2.9.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.rvesse : airline-help-markdown to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.9.0

All Versions

Choose a version of com.github.rvesse : airline-help-markdown to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.9.x
airline-help-markdown-2.9.0
2.8.x
airline-help-markdown-2.8.5
airline-help-markdown-2.8.4
airline-help-markdown-2.8.3
airline-help-markdown-2.8.2
airline-help-markdown-2.8.1
airline-help-markdown-2.8.0
2.7.x
airline-help-markdown-2.7.2
airline-help-markdown-2.7.1
airline-help-markdown-2.7.0
2.6.x
airline-help-markdown-2.6.0
2.5.x
airline-help-markdown-2.5.0
2.4.x
airline-help-markdown-2.4.0
2.3.x
airline-help-markdown-2.3.0
2.2.x
airline-help-markdown-2.2.0
2.1.x
airline-help-markdown-2.1.1
airline-help-markdown-2.1.0

How to add a dependency to Maven

Add the following com.github.rvesse : airline-help-markdown maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.rvesse</groupId>
    <artifactId>airline-help-markdown</artifactId>
    <version>2.9.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.rvesse : airline-help-markdown gradle dependency to your build.gradle file:

implementation 'com.github.rvesse:airline-help-markdown:2.9.0'

Gradle Kotlin DSL: Add the following com.github.rvesse : airline-help-markdown gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.rvesse:airline-help-markdown:2.9.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.rvesse : airline-help-markdown sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.rvesse" % "airline-help-markdown" % "2.9.0"

Advertisement