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

com.vladsch.flexmark:flexmark-ext-anchorlink 0.11.8

flexmark-java extension for generating anchor links for headings using GitHub compatible algorithm

Группа

Группа

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

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

flexmark-ext-anchorlink
Версия

Версия

0.11.8
Тип

Тип

jar

Скачать flexmark-ext-anchorlink 0.11.8


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