java-examples

Java Almanac and Examples Collection

Back to Libraries

Mustache

A lightweight and logic-less template system.

Maven

Java 8

<properties>
  <mustache.version>0.9.5</mustache.version>
</properties>  
<dependency>
    <groupId>com.github.spullara.mustache.java</groupId>
    <artifactId>compiler</artifactId>
    <version>${mustache.version}</version>
</dependency>