Download handlebars-2.3.1.jar file - Jar h

Jar examples for h:handlebars

Description

Logic-less and semantic templates with Java

You can download jar file handlebars 2.3.1 in this page.

License

BSD-style

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials