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

net.kender.mina Maven / Gradle / Ivy

There is a newer version: 1.0.0
Show newest version
package net.kender;

import com.fasterxml.jackson.core.JsonProcessingException;
import net.kender.core.mc.Manifest;
import net.kender.core.mc.Mc;

import java.nio.file.Paths;

public class mina {
    public static void main(String[] args) throws JsonProcessingException {
        Mc mc = new Mc(Paths.get("C:\\Users\\krist\\Documents\\JP\\core\\mc"), new Manifest().getLastVersion());
        mc.run();
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy