не последняя версия
Последняя версия 0.13

com.github.rjeschke:txtmark 0.10

Markdown parser for the JVM

Группа

Группа

com.github.rjeschke
Идентификатор

Идентификатор

txtmark
Версия

Версия

0.10
Тип

Тип

jar

Скачать 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"]