c

commonmark-ext-gfm-tables

commonmark-java extension for GFM tables using "|" pipes (GitHub Flavored Markdown)
Files download
File Operation
commonmark-ext-gfm-tables-0.17.2.jar download
commonmark-ext-gfm-tables-0.17.2.pom download
commonmark-ext-gfm-tables-0.17.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.commonmark</groupId>
  <artifactId>commonmark-ext-gfm-tables</artifactId>
  <version>0.17.2</version>
</dependency>
Gradle Groovy
implementation 'org.commonmark:commonmark-ext-gfm-tables:0.17.2'
Gradle Kotlin
implementation("org.commonmark:commonmark-ext-gfm-tables:0.17.2")
Scala SBT
libraryDependencies += "org.commonmark" % "commonmark-ext-gfm-tables" % "0.17.2"
Groovy Grape
@Grapes(
  @Grab(group='org.commonmark', module='commonmark-ext-gfm-tables', version='0.17.2')
)
Apache Ivy
<dependency org="org.commonmark" name="commonmark-ext-gfm-tables" rev="0.17.2" />
Leiningen
[org.commonmark/commonmark-ext-gfm-tables "0.17.2"]
Apache Buildr
'org.commonmark:commonmark-ext-gfm-tables:jar:0.17.2'