Download commonmark-ext-yaml-front-matter-0.7.1.jar file - Jar c

Jar examples for c:commonmark-ext-yaml-front-matter

Description

commonmark-java extension for YAML front matter

You can download jar file commonmark-ext-yaml-front-matter 0.7.1 in this page.

Build File

You can use the following script to add commonmark-ext-yaml-front-matter-0.7.1.jar to your project.

<dependency>
   <groupId>com.atlassian.commonmark</groupId>
   <artifactId>commonmark-ext-yaml-front-matter</artifactId>
   <version>0.7.1</version>
</dependency>
compile group: 'com.atlassian.commonmark', name: 'commonmark-ext-yaml-front-matter', version: '0.7.1'
libraryDependencies += "com.atlassian.commonmark" % "commonmark-ext-yaml-front-matter" % "0.7.1"
<dependency org="com.atlassian.commonmark" name="commonmark-ext-yaml-front-matter" rev="0.7.1"/>
@Grapes(@Grab(group='com.atlassian.commonmark', module='commonmark-ext-yaml-front-matter', version='0.7.1'))
'com.atlassian.commonmark:commonmark-ext-yaml-front-matter:jar:0.7.1'

Download

Click the following link to download the jar file.

commonmark-ext-yaml-front-matter-0.7.1-javadoc.jar
commonmark-ext-yaml-front-matter-0.7.1-sources.jar
commonmark-ext-yaml-front-matter-0.7.1.jar
commonmark-ext-yaml-front-matter-0.7.1.pom



Related Tutorials