MVN

am.ik.marked4j : marked4j

Maven & Gradle

Jun 06, 2019
7 stars

Marked4J · marked(https://github.com/chjj/marked) for Java which is a markdown parser and compiler

<dependency>
    <groupId>am.ik.marked4j</groupId>
    <artifactId>marked4j</artifactId>
    <version>0.11.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of am.ik.marked4j : marked4j to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.11.0

All Versions

Choose a version of am.ik.marked4j : marked4j to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.11.x
marked4j-0.11.0
0.10.x
marked4j-0.10.3
marked4j-0.10.2
marked4j-0.10.1
marked4j-0.10.0
0.9.x
marked4j-0.9.2
marked4j-0.9.1
marked4j-0.9.0

How to add a dependency to Maven

Add the following am.ik.marked4j : marked4j maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>am.ik.marked4j</groupId>
    <artifactId>marked4j</artifactId>
    <version>0.11.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following am.ik.marked4j : marked4j gradle dependency to your build.gradle file:

implementation 'am.ik.marked4j:marked4j:0.11.0'

Gradle Kotlin DSL: Add the following am.ik.marked4j : marked4j gradle kotlin dependency to your build.gradle.kts file:

implementation("am.ik.marked4j:marked4j:0.11.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following am.ik.marked4j : marked4j sbt scala dependency to your build.sbt file:

libraryDependencies += "am.ik.marked4j" % "marked4j" % "0.11.0"

Advertisement