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

org.jiucai.appframework.common.Main Maven / Gradle / Ivy

package org.jiucai.appframework.common;


/**
 * common lib main class
 *
 * @author zhaidw
 *
 */
public class Main {

    /**
     * Main
     *
     * @param args
     *            args
     */
    public static void main(String[] args) {
        System.out.println("This is common lib for org.jiucai.appframework");

    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy