MVN

io.femo : commonmark-ext-abbr

Maven & Gradle

Aug 17, 2016

Commonmark Abbreviation Extension · Extension that performs abbreviation detection like in python markdown

<dependency>
    <groupId>io.femo</groupId>
    <artifactId>commonmark-ext-abbr</artifactId>
    <version>0.6.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.femo : commonmark-ext-abbr to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.6.0

All Versions

Choose a version of io.femo : commonmark-ext-abbr to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.6.x
commonmark-ext-abbr-0.6.0

How to add a dependency to Maven

Add the following io.femo : commonmark-ext-abbr maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.femo</groupId>
    <artifactId>commonmark-ext-abbr</artifactId>
    <version>0.6.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.femo : commonmark-ext-abbr gradle dependency to your build.gradle file:

implementation 'io.femo:commonmark-ext-abbr:0.6.0'

Gradle Kotlin DSL: Add the following io.femo : commonmark-ext-abbr gradle kotlin dependency to your build.gradle.kts file:

implementation("io.femo:commonmark-ext-abbr:0.6.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.femo : commonmark-ext-abbr sbt scala dependency to your build.sbt file:

libraryDependencies += "io.femo" % "commonmark-ext-abbr" % "0.6.0"

Advertisement

Dependencies from Group

Aug 19, 2016
3 usages
0 stars
Aug 16, 2016
2 usages
Aug 17, 2016
2 usages
Aug 17, 2016
1 usages
1 stars
Aug 17, 2016
1 usages
1 stars

Discover Dependencies