is not current version
Last Version 0.17.0

com.atlassian.commonmark:commonmark-ext-gfm-strikethrough 0.5.0

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

GroupId

GroupId

com.atlassian.commonmark
ArtifactId

ArtifactId

commonmark-ext-gfm-strikethrough
Version

Version

0.5.0
Type

Type

jar

Download commonmark-ext-gfm-strikethrough 0.5.0


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