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

cc.shacocloud.mirage.loader.MirageStarter Maven / Gradle / Ivy

package cc.shacocloud.mirage.loader;

/**
 * @author 思追(shaco)
 * @date 2023/3/14
 */
public class MirageStarter {
    
    public static void main(String[] args) throws Exception {
        Launcher launcher = new MirageJarLauncher();
        launcher.run(args);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy