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

org.artifact.core.Artifact Maven / Gradle / Ivy

The newest version!
package org.artifact.core;

import org.artifact.core.server.bootstrap.ServerBootstrap;

public class Artifact {
	public static void run(ServerBootstrap bootstrap,String[] args) {
		bootstrap.start(args);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy