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

org.noear.luffy.cap.extend.hanlp.XPluginImp Maven / Gradle / Ivy

The newest version!
package org.noear.luffy.cap.extend.hanlp;

import org.noear.solon.Solon;
import org.noear.solon.core.AppContext;
import org.noear.solon.core.Plugin;

public class XPluginImp implements Plugin {

    @Override
    public void start(AppContext context) throws Throwable {
        Solon.app().sharedAdd("eHanLP",new eHanLP());
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy