Java Almanac and Examples Collection
Back to Libraries
A lightweight and logic-less template system.
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>