Java Foreign Function Interface (JFFI) provides a high-performance binding to native code via JNI, used by JRuby and other JVM languages.
<dependency>
<groupId>com.github.jnr</groupId>
<artifactId>jffi</artifactId>
<version>1.3.15</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Using JFFI to load a native library
Ensure native JFFI library is available for your platform
No dependency data recorded yet.