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

com.casualsuperman.portent.Portent Maven / Gradle / Ivy

There is a newer version: 0.3.1
Show newest version
package com.casualsuperman.portent;

import java.io.File;

public class Portent {
	public static void main(String[] args) {
		File archetypeFile;
		File instanceFile;
		File outputRoot;
		System.out.println("Not implemented yet");
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy