is not current version
Last Version 0.64.0

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

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

GroupId

GroupId

com.vladsch.flexmark
ArtifactId

ArtifactId

flexmark-ext-anchorlink
Version

Version

0.42.12
Type

Type

jar

Download flexmark-ext-anchorlink 0.42.12


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