MVN

ch.raffael.markdown-doclet : markdown-doclet

Maven & Gradle

Jul 11, 2017
1 usages
318 stars

Markdown Doclet · A Doclet that allows the use of Markdown and PlantUML in JavaDoc comments.

<dependency>
    <groupId>ch.raffael.markdown-doclet</groupId>
    <artifactId>markdown-doclet</artifactId>
    <version>1.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ch.raffael.markdown-doclet : markdown-doclet to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4

All Versions

Choose a version of ch.raffael.markdown-doclet : markdown-doclet to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4
markdown-doclet-1.4

How to add a dependency to Maven

Add the following ch.raffael.markdown-doclet : markdown-doclet maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ch.raffael.markdown-doclet</groupId>
    <artifactId>markdown-doclet</artifactId>
    <version>1.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ch.raffael.markdown-doclet : markdown-doclet gradle dependency to your build.gradle file:

implementation 'ch.raffael.markdown-doclet:markdown-doclet:1.4'

Gradle Kotlin DSL: Add the following ch.raffael.markdown-doclet : markdown-doclet gradle kotlin dependency to your build.gradle.kts file:

implementation("ch.raffael.markdown-doclet:markdown-doclet:1.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following ch.raffael.markdown-doclet : markdown-doclet sbt scala dependency to your build.sbt file:

libraryDependencies += "ch.raffael.markdown-doclet" % "markdown-doclet" % "1.4"

Advertisement