is not current version
Last Version 0.64.0

com.vladsch.flexmark:flexmark-ext-tables 0.34.48

flexmark-java extension for tables using "|" pipes with optional column spans and table caption

GroupId

GroupId

com.vladsch.flexmark
ArtifactId

ArtifactId

flexmark-ext-tables
Version

Version

0.34.48
Type

Type

jar

Download flexmark-ext-tables 0.34.48


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