MVN

io.noties.markwon : core

Maven & Gradle

Feb 08, 2021
30 usages
2.5k stars

Core · Core Markwon artifact that includes basic markdown parsing and rendering

<dependency>
    <groupId>io.noties.markwon</groupId>
    <artifactId>core</artifactId>
    <version>4.6.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.noties.markwon : core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.6.2

All Versions

Choose a version of io.noties.markwon : core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.6.x
core-4.6.2
core-4.6.1
core-4.6.0
4.5.x
core-4.5.1
core-4.5.0
4.4.x
core-4.4.0
4.3.x
core-4.3.1
core-4.3.0
4.2.x
core-4.2.2
core-4.2.1
core-4.2.0
4.1.x
core-4.1.2
core-4.1.1
core-4.1.0
4.0.x
core-4.0.2
core-4.0.1
core-4.0.0

How to add a dependency to Maven

Add the following io.noties.markwon : core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.noties.markwon</groupId>
    <artifactId>core</artifactId>
    <version>4.6.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.noties.markwon : core gradle dependency to your build.gradle file:

implementation 'io.noties.markwon:core:4.6.2'

Gradle Kotlin DSL: Add the following io.noties.markwon : core gradle kotlin dependency to your build.gradle.kts file:

implementation("io.noties.markwon:core:4.6.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.noties.markwon : core sbt scala dependency to your build.sbt file:

libraryDependencies += "io.noties.markwon" % "core" % "4.6.2"

Advertisement

Dependencies from Group

Feb 08, 2021
30 usages
2.5k stars
Feb 09, 2021
7 usages
2.5k stars
Feb 09, 2021
7 usages
2.5k stars
Feb 09, 2021
6 usages
2.5k stars
Feb 09, 2021
4 usages
2.5k stars

Discover Dependencies