is not current version
Last Version 0.50.50

com.vladsch.flexmark:flexmark-ext-gfm-tables 0.42.12

flexmark-java extension for GFM tables using "|" pipes (GitHub Flavored Markdown)

GroupId

GroupId

com.vladsch.flexmark
ArtifactId

ArtifactId

flexmark-ext-gfm-tables
Version

Version

0.42.12
Type

Type

jar

Download flexmark-ext-gfm-tables 0.42.12


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