GroupId | GroupIdcom.vladsch.flexmark |
---|---|
ArtifactId | ArtifactIdflexmark-html2md-converter |
Version | Version0.50.50 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.vladsch.flexmark/flexmark-html2md-converter/ -->
<dependency>
<groupId>com.vladsch.flexmark</groupId>
<artifactId>flexmark-html2md-converter</artifactId>
<version>0.50.50</version>
</dependency>
// https://jarcasting.com/artifacts/com.vladsch.flexmark/flexmark-html2md-converter/
implementation 'com.vladsch.flexmark:flexmark-html2md-converter:0.50.50'
// https://jarcasting.com/artifacts/com.vladsch.flexmark/flexmark-html2md-converter/
implementation ("com.vladsch.flexmark:flexmark-html2md-converter:0.50.50")
'com.vladsch.flexmark:flexmark-html2md-converter:jar:0.50.50'
<dependency org="com.vladsch.flexmark" name="flexmark-html2md-converter" rev="0.50.50">
<artifact name="flexmark-html2md-converter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vladsch.flexmark', module='flexmark-html2md-converter', version='0.50.50')
)
libraryDependencies += "com.vladsch.flexmark" % "flexmark-html2md-converter" % "0.50.50"
[com.vladsch.flexmark/flexmark-html2md-converter "0.50.50"]