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