All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.sviperll.maven.plugin.mustache.Template Maven / Gradle / Ivy

There is a newer version: 0.24-beta2
Show newest version
/*
 * 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