Download handlebars-0.1.0.jar file - Jar h

Jar examples for h:handlebars

Description

Logic-less and semantic templates with Java

You can download jar file handlebars 0.1.0 in this page.

License

BSD-style

Build File

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

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

Download

Click the following link to download the jar file.

handlebars-0.1.0-javadoc.jar
handlebars-0.1.0-sources.jar
handlebars-0.1.0.jar
handlebars-0.1.0.pom



Related Tutorials