Download handlebars-4.0.5.jar file - Jar h

Jar examples for h:handlebars

Description

Logic-less and semantic templates with Java

You can download jar file handlebars 4.0.5 in this page.

License

BSD-style

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials