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

chutils.1.4.source-code.Installation Maven / Gradle / Ivy

import chaschev.chutils.Main;

import java.util.Collections;
import java.util.List;

/**
 * @author Andrey Chaschev [email protected]
 */
public class Installation {
    public static final List shortcuts =
        Collections.singletonList(
            new Object[]{"chutils", Main.class}
        );
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy