mons.commons-agent.1.4.0.source-code.module-info Maven / Gradle / Ivy
The 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 - 2025 Weber Informatics LLC | Privacy Policy