Provides easy access to native shared libraries from Java without using JNI.
<dependency>
<groupId>net.java.dev.jna</groupId>
<artifactId>jna</artifactId>
<version>5.19.0</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Load a native library and call a function
Consider using JNI or direct buffer operations for performance-critical code.
No dependency data recorded yet.