f

flexmark-ext-gfm-strikethrough

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