GroupId | GroupIdorg.commonmark |
---|---|
ArtifactId | ArtifactIdcommonmark-ext-gfm-strikethrough |
Version | Version0.17.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.commonmark/commonmark-ext-gfm-strikethrough/ -->
<dependency>
<groupId>org.commonmark</groupId>
<artifactId>commonmark-ext-gfm-strikethrough</artifactId>
<version>0.17.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.commonmark/commonmark-ext-gfm-strikethrough/
implementation 'org.commonmark:commonmark-ext-gfm-strikethrough:0.17.1'
// https://jarcasting.com/artifacts/org.commonmark/commonmark-ext-gfm-strikethrough/
implementation ("org.commonmark:commonmark-ext-gfm-strikethrough:0.17.1")
'org.commonmark:commonmark-ext-gfm-strikethrough:jar:0.17.1'
<dependency org="org.commonmark" name="commonmark-ext-gfm-strikethrough" rev="0.17.1">
<artifact name="commonmark-ext-gfm-strikethrough" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.commonmark', module='commonmark-ext-gfm-strikethrough', version='0.17.1')
)
libraryDependencies += "org.commonmark" % "commonmark-ext-gfm-strikethrough" % "0.17.1"
[org.commonmark/commonmark-ext-gfm-strikethrough "0.17.1"]