MVN

org.bsc.maven : confluence-markdown-processor-pegdown

Maven & Gradle

Dec 12, 2020
1 usages
59 stars

CONFLUENCE-REPORTING::Markdown::Pegdown::Processor

<dependency>
    <groupId>org.bsc.maven</groupId>
    <artifactId>confluence-markdown-processor-pegdown</artifactId>
    <version>6.20</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.bsc.maven : confluence-markdown-processor-pegdown to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.20
  • Latest Release Candidate: 6.9-rc2
  • Latest Beta: 6.9-beta1

All Versions

Choose a version of org.bsc.maven : confluence-markdown-processor-pegdown to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.20
confluence-markdown-processor-pegdown-6.20
6.11
confluence-markdown-processor-pegdown-6.11
6.10
confluence-markdown-processor-pegdown-6.10
6.9.x
confluence-markdown-processor-pegdown-6.9.1
6.9
confluence-markdown-processor-pegdown-6.9
confluence-markdown-processor-pegdown-6.9-rc2
confluence-markdown-processor-pegdown-6.9-rc1
confluence-markdown-processor-pegdown-6.9-beta1
6.8
confluence-markdown-processor-pegdown-6.8

How to add a dependency to Maven

Add the following org.bsc.maven : confluence-markdown-processor-pegdown maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.bsc.maven</groupId>
    <artifactId>confluence-markdown-processor-pegdown</artifactId>
    <version>6.20</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.bsc.maven : confluence-markdown-processor-pegdown gradle dependency to your build.gradle file:

implementation 'org.bsc.maven:confluence-markdown-processor-pegdown:6.20'

Gradle Kotlin DSL: Add the following org.bsc.maven : confluence-markdown-processor-pegdown gradle kotlin dependency to your build.gradle.kts file:

implementation("org.bsc.maven:confluence-markdown-processor-pegdown:6.20")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.bsc.maven : confluence-markdown-processor-pegdown sbt scala dependency to your build.sbt file:

libraryDependencies += "org.bsc.maven" % "confluence-markdown-processor-pegdown" % "6.20"