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

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

/*
 * Copyright 2015 Victor Nazarov .
 */
package com.github.sviperll.mavem.plugin.mustache;

import java.io.File;

/**
 *
 * @author Victor Nazarov 
 */
public class Template {
    File inputFile;
    File outputFile;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy