MVN

fr.brouillard.oss : commonmark-ext-notifications

Maven & Gradle

Dec 18, 2021
3 stars

commonmark-ext-notifications · commonmark extension allowing to handle notifications (info, success, warning, error) messages in markdown

<dependency>
    <groupId>fr.brouillard.oss</groupId>
    <artifactId>commonmark-ext-notifications</artifactId>
    <version>1.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of fr.brouillard.oss : commonmark-ext-notifications to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.1

All Versions

Choose a version of fr.brouillard.oss : commonmark-ext-notifications to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
commonmark-ext-notifications-1.1.1
commonmark-ext-notifications-1.1.0
1.0.x
commonmark-ext-notifications-1.0.1
commonmark-ext-notifications-1.0.0

How to add a dependency to Maven

Add the following fr.brouillard.oss : commonmark-ext-notifications maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>fr.brouillard.oss</groupId>
    <artifactId>commonmark-ext-notifications</artifactId>
    <version>1.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following fr.brouillard.oss : commonmark-ext-notifications gradle dependency to your build.gradle file:

implementation 'fr.brouillard.oss:commonmark-ext-notifications:1.1.1'

Gradle Kotlin DSL: Add the following fr.brouillard.oss : commonmark-ext-notifications gradle kotlin dependency to your build.gradle.kts file:

implementation("fr.brouillard.oss:commonmark-ext-notifications:1.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following fr.brouillard.oss : commonmark-ext-notifications sbt scala dependency to your build.sbt file:

libraryDependencies += "fr.brouillard.oss" % "commonmark-ext-notifications" % "1.1.1"