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

mons.commons-agent.1.1.1.source-code.module-info Maven / Gradle / Ivy

There is a newer version: 1.3.0
Show newest version
/**
 * @author wjybxx
 * date - 2023/12/24
 */
module wjybxx.commons.agent {
    requires jdk.attach;
    requires transitive java.instrument; // 运行时必须

    exports cn.wjybxx.agent;
    opens cn.wjybxx.agent;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy