is not current version
Last Version 0.19.0

org.commonmark:commonmark-ext-gfm-tables 0.17.1

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

GroupId

GroupId

org.commonmark
ArtifactId

ArtifactId

commonmark-ext-gfm-tables
Version

Version

0.17.1
Type

Type

jar

Download commonmark-ext-gfm-tables 0.17.1


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