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

-exec-jdk22.22.0.0.21.source-code.module-info Maven / Gradle / Ivy

The newest version!
module io.vproxy.pni.exec {
    requires io.vproxy.base;
    requires org.objectweb.asm;
    requires org.objectweb.asm.tree;

    exports io.vproxy.pni.exec;
    exports io.vproxy.pni.exec.ast;
    exports io.vproxy.pni.exec.extension;
    exports io.vproxy.pni.exec.generator;
    exports io.vproxy.pni.exec.internal;
    exports io.vproxy.pni.exec.type;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy