is not current version
Last Version 0.13

com.github.rjeschke:txtmark 0.8

Markdown parser for the JVM

GroupId

GroupId

com.github.rjeschke
ArtifactId

ArtifactId

txtmark
Version

Version

0.8
Type

Type

jar

Download txtmark 0.8


<!-- https://jarcasting.com/artifacts/com.github.rjeschke/txtmark/ -->
<dependency>
    <groupId>com.github.rjeschke</groupId>
    <artifactId>txtmark</artifactId>
    <version>0.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rjeschke/txtmark/
implementation 'com.github.rjeschke:txtmark:0.8'
// https://jarcasting.com/artifacts/com.github.rjeschke/txtmark/
implementation ("com.github.rjeschke:txtmark:0.8")
'com.github.rjeschke:txtmark:jar:0.8'
<dependency org="com.github.rjeschke" name="txtmark" rev="0.8">
  <artifact name="txtmark" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rjeschke', module='txtmark', version='0.8')
)
libraryDependencies += "com.github.rjeschke" % "txtmark" % "0.8"
[com.github.rjeschke/txtmark "0.8"]