Jar examples for j:jmustache
A Java implementation of the Mustache templating language.
You can download jar file jmustache 1.9 in this page.
GNU Lesser General Public License (LGPL), Version 2.1
You can use the following script to add jmustache-1.9.jar to your project.
<dependency> <groupId>com.samskivert</groupId> <artifactId>jmustache</artifactId> <version>1.9</version> </dependency>
compile group: 'com.samskivert', name: 'jmustache', version: '1.9'
libraryDependencies += "com.samskivert" % "jmustache" % "1.9"
<dependency org="com.samskivert" name="jmustache" rev="1.9"/>
@Grapes(@Grab(group='com.samskivert', module='jmustache', version='1.9'))
'com.samskivert:jmustache:jar:1.9'
Click the following link to download the jar file.
jmustache-1.9-javadoc.jar