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

com.vladsch.flexmark:flexmark-ext-gfm-strikethrough 0.17.4

flexmark-java extension for GFM strikethrough using ~~ (GitHub Flavored Markdown)

Группа

Группа

com.vladsch.flexmark
Идентификатор

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

flexmark-ext-gfm-strikethrough
Версия

Версия

0.17.4
Тип

Тип

jar

Скачать flexmark-ext-gfm-strikethrough 0.17.4


<!-- https://jarcasting.com/artifacts/com.vladsch.flexmark/flexmark-ext-gfm-strikethrough/ -->
<dependency>
    <groupId>com.vladsch.flexmark</groupId>
    <artifactId>flexmark-ext-gfm-strikethrough</artifactId>
    <version>0.17.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.vladsch.flexmark/flexmark-ext-gfm-strikethrough/
implementation 'com.vladsch.flexmark:flexmark-ext-gfm-strikethrough:0.17.4'
// https://jarcasting.com/artifacts/com.vladsch.flexmark/flexmark-ext-gfm-strikethrough/
implementation ("com.vladsch.flexmark:flexmark-ext-gfm-strikethrough:0.17.4")
'com.vladsch.flexmark:flexmark-ext-gfm-strikethrough:jar:0.17.4'
<dependency org="com.vladsch.flexmark" name="flexmark-ext-gfm-strikethrough" rev="0.17.4">
  <artifact name="flexmark-ext-gfm-strikethrough" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vladsch.flexmark', module='flexmark-ext-gfm-strikethrough', version='0.17.4')
)
libraryDependencies += "com.vladsch.flexmark" % "flexmark-ext-gfm-strikethrough" % "0.17.4"
[com.vladsch.flexmark/flexmark-ext-gfm-strikethrough "0.17.4"]