is not current version
Last Version 0.19.0

org.commonmark:commonmark-ext-heading-anchor 0.17.1

commonmark-java extension for adding unique id attributes to header tags

GroupId

GroupId

org.commonmark
ArtifactId

ArtifactId

commonmark-ext-heading-anchor
Version

Version

0.17.1
Type

Type

jar

Download commonmark-ext-heading-anchor 0.17.1


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