MVN

com.github.rjeschke : txtmark

Maven & Gradle

Mar 20, 2015
40 usages
446 stars

txtmark · Markdown parser for the JVM

<dependency>
    <groupId>com.github.rjeschke</groupId>
    <artifactId>txtmark</artifactId>
    <version>0.13</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.rjeschke : txtmark to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.13

All Versions

Choose a version of com.github.rjeschke : txtmark to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.13
txtmark-0.13
0.12
txtmark-0.12
0.11
txtmark-0.11
0.10
txtmark-0.10
0.9
txtmark-0.9
0.8
txtmark-0.8

How to add a dependency to Maven

Add the following com.github.rjeschke : txtmark maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.rjeschke</groupId>
    <artifactId>txtmark</artifactId>
    <version>0.13</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.rjeschke : txtmark gradle dependency to your build.gradle file:

implementation 'com.github.rjeschke:txtmark:0.13'

Gradle Kotlin DSL: Add the following com.github.rjeschke : txtmark gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.rjeschke:txtmark:0.13")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.rjeschke : txtmark sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.rjeschke" % "txtmark" % "0.13"

Advertisement