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

test.GenerateANOSITE Maven / Gradle / Ivy

There is a newer version: 4.1.2
Show newest version
package test;

import net.anotheria.asg.generator.Generator;
import net.anotheria.asg.generator.util.FileWriter;

public class GenerateANOSITE {
	public static void main(String[] a ) throws Exception{
		FileWriter.setBaseDir("generated");
		Generator.generate();
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy