com.github.mustachejava.Mustache Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of compiler Show documentation
Show all versions of compiler Show documentation
Implementation of mustache.js for Java
package com.github.mustachejava;
/**
* The interface to Mustache objects
*/
public interface Mustache extends Code {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy