is not current version
Last Version 0.64.0

com.vladsch.flexmark:flexmark-all 0.40.16

flexmark-java core and all extension modules and converters

GroupId

GroupId

com.vladsch.flexmark
ArtifactId

ArtifactId

flexmark-all
Version

Version

0.40.16
Type

Type

jar

Download flexmark-all 0.40.16


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