is not current version
Last Version 0.17.0

com.atlassian.commonmark:commonmark-ext-gfm-tables 0.12.1

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

GroupId

GroupId

com.atlassian.commonmark
ArtifactId

ArtifactId

commonmark-ext-gfm-tables
Version

Version

0.12.1
Type

Type

jar

Download commonmark-ext-gfm-tables 0.12.1


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