How to Install libmustache-java in Ubuntu 18.04



Install libmustache-java by entering the following commands in the terminal:

sudo apt update
sudo apt install libmustache-java

Description:

Mustache implementation in Java.

Mustache is a logic-less templating system for HTML, config files, anything. Mustache processes a template preceded by YAML frontmatter from standard input and prints one or more documents to standard output.

Homepage: http://github.com/spullara/mustache.java

Version: 0.8.18-1

Section: universe/java