c

commonmark-ext-gfm-tables

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