MVN

me.mattstudios : commonmark-java-mf

Maven & Gradle

Aug 25, 2020
0 stars

commonmark-java mf-version · Modified core of commonmark-java (implementation of CommonMark for parsing markdown and rendering to HTML)

<dependency>
    <groupId>me.mattstudios</groupId>
    <artifactId>commonmark-java-mf</artifactId>
    <version>0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of me.mattstudios : commonmark-java-mf to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1

All Versions

Choose a version of me.mattstudios : commonmark-java-mf to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1
commonmark-java-mf-0.1

How to add a dependency to Maven

Add the following me.mattstudios : commonmark-java-mf maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>me.mattstudios</groupId>
    <artifactId>commonmark-java-mf</artifactId>
    <version>0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following me.mattstudios : commonmark-java-mf gradle dependency to your build.gradle file:

implementation 'me.mattstudios:commonmark-java-mf:0.1'

Gradle Kotlin DSL: Add the following me.mattstudios : commonmark-java-mf gradle kotlin dependency to your build.gradle.kts file:

implementation("me.mattstudios:commonmark-java-mf:0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following me.mattstudios : commonmark-java-mf sbt scala dependency to your build.sbt file:

libraryDependencies += "me.mattstudios" % "commonmark-java-mf" % "0.1"