-api-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-api-jdk22 Show documentation
Show all versions of pni-api-jdk22 Show documentation
panama native interface pni-api-jdk22
The newest version!
module io.vproxy.pni {
requires jdk.unsupported;
exports io.vproxy.pni;
exports io.vproxy.pni.annotation;
exports io.vproxy.pni.exception;
exports io.vproxy.pni.array;
exports io.vproxy.pni.hack;
}