Download handlebars-1.1.2.jar file - Jar h

Jar examples for h:handlebars

Description

Logic-less and semantic templates with Java

You can download jar file handlebars 1.1.2 in this page.

License

BSD-style

Build File

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

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

Download

Click the following link to download the jar file.

handlebars-1.1.2-javadoc.jar
handlebars-1.1.2-sources.jar
handlebars-1.1.2-tests.jar
handlebars-1.1.2.jar
handlebars-1.1.2.pom



Related Tutorials