f

flexmark-ext-gfm-strikethrough

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