Registry / utility / jmustache

jmustache

JSON →
library1.16javamavenunverified

A Java implementation of the Mustache templating language for logic-less templates.

<dependency> <groupId>com.samskivert</groupId> <artifactId>jmustache</artifactId> <version>1.16</version> </dependency>
INSTALL
IMPORT
SIG · JMUSTACHE
J
jmustache
utilityjavav1.16
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Mustache
com.samskivert.mustache.Mustache

Compile and execute a Mustache template.

import com.samskivert.mustache.Mustache; import java.util.Map; String template = "Hello {{name}}!"; Map<String, Object> context = Map.of("name", "World"); String result = Mustache.compiler().compile(template).execute(context); System.out.println(result);
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.16latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
jmustache — mvn dependency:get jmustache · libregistry