c

commonmark-ext-gfm-strikethrough

commonmark-java extension for GFM strikethrough using ~~ (GitHub Flavored Markdown)
文件下载
文件名 操作
commonmark-ext-gfm-strikethrough-0.6.0.jar 下载
commonmark-ext-gfm-strikethrough-0.6.0.pom 下载
commonmark-ext-gfm-strikethrough-0.6.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.atlassian.commonmark</groupId>
  <artifactId>commonmark-ext-gfm-strikethrough</artifactId>
  <version>0.6.0</version>
</dependency>
Gradle Groovy
implementation 'com.atlassian.commonmark:commonmark-ext-gfm-strikethrough:0.6.0'
Gradle Kotlin
implementation("com.atlassian.commonmark:commonmark-ext-gfm-strikethrough:0.6.0")
Scala SBT
libraryDependencies += "com.atlassian.commonmark" % "commonmark-ext-gfm-strikethrough" % "0.6.0"
Groovy Grape
@Grapes(
  @Grab(group='com.atlassian.commonmark', module='commonmark-ext-gfm-strikethrough', version='0.6.0')
)
Apache Ivy
<dependency org="com.atlassian.commonmark" name="commonmark-ext-gfm-strikethrough" rev="0.6.0" />
Leiningen
[com.atlassian.commonmark/commonmark-ext-gfm-strikethrough "0.6.0"]
Apache Buildr
'com.atlassian.commonmark:commonmark-ext-gfm-strikethrough:jar:0.6.0'