com.github.sviperll.maven.plugin.mustache.Template Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mustache-maven-plugin Show documentation
Show all versions of mustache-maven-plugin Show documentation
Render mustache templates during the build
/*
* Copyright 2015 Victor Nazarov .
*/
package com.github.sviperll.maven.plugin.mustache;
import java.io.File;
/**
*
* @author Victor Nazarov <[email protected]>
*/
public class Template {
File inputFile;
File outputFile;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy