is not current version
Last Version 0.17.0

com.atlassian.commonmark:commonmark-ext-heading-anchor 0.10.0

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

GroupId

GroupId

com.atlassian.commonmark
ArtifactId

ArtifactId

commonmark-ext-heading-anchor
Version

Version

0.10.0
Type

Type

jar

Download commonmark-ext-heading-anchor 0.10.0


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