f

flexmark-html2md-converter

flexmark-java customizable extension to convert HTML to Markdown
文件下载
文件名 操作
flexmark-html2md-converter-0.50.36.jar 下载
flexmark-html2md-converter-0.50.36.pom 下载
flexmark-html2md-converter-0.50.36-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.vladsch.flexmark</groupId>
  <artifactId>flexmark-html2md-converter</artifactId>
  <version>0.50.36</version>
</dependency>
Gradle Groovy
implementation 'com.vladsch.flexmark:flexmark-html2md-converter:0.50.36'
Gradle Kotlin
implementation("com.vladsch.flexmark:flexmark-html2md-converter:0.50.36")
Scala SBT
libraryDependencies += "com.vladsch.flexmark" % "flexmark-html2md-converter" % "0.50.36"
Groovy Grape
@Grapes(
  @Grab(group='com.vladsch.flexmark', module='flexmark-html2md-converter', version='0.50.36')
)
Apache Ivy
<dependency org="com.vladsch.flexmark" name="flexmark-html2md-converter" rev="0.50.36" />
Leiningen
[com.vladsch.flexmark/flexmark-html2md-converter "0.50.36"]
Apache Buildr
'com.vladsch.flexmark:flexmark-html2md-converter:jar:0.50.36'