Download jmustache-1.11.jar file - Jar j

Jar examples for j:jmustache

Description

A Java implementation of the Mustache templating language.

You can download jar file jmustache 1.11 in this page.

License

GNU Lesser General Public License (LGPL), Version 2.1

Build File

You can use the following script to add jmustache-1.11.jar to your project.

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

Download

Click the following link to download the jar file.

jmustache-1.11-javadoc.jar
jmustache-1.11-sources.jar
jmustache-1.11.jar
jmustache-1.11.pom



Related Tutorials