Download handlebars-markdown-1.3.1.jar file - Jar h

Jar examples for h:handlebars-markdown

Description

A Markdown Helper built on top of the pegdown library

You can download jar file handlebars-markdown 1.3.1 in this page.

Build File

You can use the following script to add handlebars-markdown-1.3.1.jar to your project.

<dependency>
   <groupId>com.github.jknack</groupId>
   <artifactId>handlebars-markdown</artifactId>
   <version>1.3.1</version>
</dependency>
compile group: 'com.github.jknack', name: 'handlebars-markdown', version: '1.3.1'
libraryDependencies += "com.github.jknack" % "handlebars-markdown" % "1.3.1"
<dependency org="com.github.jknack" name="handlebars-markdown" rev="1.3.1"/>
@Grapes(@Grab(group='com.github.jknack', module='handlebars-markdown', version='1.3.1'))
'com.github.jknack:handlebars-markdown:jar:1.3.1'

Download

Click the following link to download the jar file.

handlebars-markdown-1.3.1-javadoc.jar
handlebars-markdown-1.3.1-sources.jar
handlebars-markdown-1.3.1.jar
handlebars-markdown-1.3.1.pom



Related Tutorials