is not current version
Last Version 0.50.50

com.vladsch.flexmark:flexmark-html-parser 0.42.12

flexmark-java extension to convert HTML to Markdown

GroupId

GroupId

com.vladsch.flexmark
ArtifactId

ArtifactId

flexmark-html-parser
Version

Version

0.42.12
Type

Type

jar

Download flexmark-html-parser 0.42.12


<!-- https://jarcasting.com/artifacts/com.vladsch.flexmark/flexmark-html-parser/ -->
<dependency>
    <groupId>com.vladsch.flexmark</groupId>
    <artifactId>flexmark-html-parser</artifactId>
    <version>0.42.12</version>
</dependency>
// https://jarcasting.com/artifacts/com.vladsch.flexmark/flexmark-html-parser/
implementation 'com.vladsch.flexmark:flexmark-html-parser:0.42.12'
// https://jarcasting.com/artifacts/com.vladsch.flexmark/flexmark-html-parser/
implementation ("com.vladsch.flexmark:flexmark-html-parser:0.42.12")
'com.vladsch.flexmark:flexmark-html-parser:jar:0.42.12'
<dependency org="com.vladsch.flexmark" name="flexmark-html-parser" rev="0.42.12">
  <artifact name="flexmark-html-parser" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vladsch.flexmark', module='flexmark-html-parser', version='0.42.12')
)
libraryDependencies += "com.vladsch.flexmark" % "flexmark-html-parser" % "0.42.12"
[com.vladsch.flexmark/flexmark-html-parser "0.42.12"]