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

com.github.igorsuhorukov.GroovyMain Maven / Gradle / Ivy

package com.github.igorsuhorukov;

public class GroovyMain {

    public static void main(String[] args) throws Exception{
        GroovyClassLoaderFactory.createGroovyClassLoader();
        groovy.ui.GroovyMain.main(args);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy