f

flexmark-ext-gfm-tables

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