is not current version
Last Version 0.13

com.github.rjeschke:txtmark 0.10

Markdown parser for the JVM

GroupId

GroupId

com.github.rjeschke
ArtifactId

ArtifactId

txtmark
Version

Version

0.10
Type

Type

jar

Download txtmark 0.10


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