-exec-jdk22.22.0.0.21.source-code.module-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pni-exec-jdk22 Show documentation
Show all versions of pni-exec-jdk22 Show documentation
panama native interface pni-exec-jdk22
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;
}