is not current version
Last Version 0.64.0

com.vladsch.flexmark:flexmark-all 0.36.8

flexmark-java core and all extension modules and converters

GroupId

GroupId

com.vladsch.flexmark
ArtifactId

ArtifactId

flexmark-all
Version

Version

0.36.8
Type

Type

jar

Download flexmark-all 0.36.8


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