Download flexmark-ext-gfm-tables-0.11.1.jar file - Jar f

Jar examples for f:flexmark-ext-gfm-tables

Description

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

You can download jar file flexmark-ext-gfm-tables 0.11.1 in this page.

Build File

You can use the following script to add flexmark-ext-gfm-tables-0.11.1.jar to your project.

<dependency>
   <groupId>com.vladsch.flexmark</groupId>
   <artifactId>flexmark-ext-gfm-tables</artifactId>
   <version>0.11.1</version>
</dependency>
compile group: 'com.vladsch.flexmark', name: 'flexmark-ext-gfm-tables', version: '0.11.1'
libraryDependencies += "com.vladsch.flexmark" % "flexmark-ext-gfm-tables" % "0.11.1"
<dependency org="com.vladsch.flexmark" name="flexmark-ext-gfm-tables" rev="0.11.1"/>
@Grapes(@Grab(group='com.vladsch.flexmark', module='flexmark-ext-gfm-tables', version='0.11.1'))
'com.vladsch.flexmark:flexmark-ext-gfm-tables:jar:0.11.1'

Download

Click the following link to download the jar file.

flexmark-ext-gfm-tables-0.11.1-javadoc.jar
flexmark-ext-gfm-tables-0.11.1-sources.jar
flexmark-ext-gfm-tables-0.11.1.jar
flexmark-ext-gfm-tables-0.11.1.pom



Related Tutorials