The nar-maven-plugin (formerly "maven-nar-plugin") is a Maven plugin that provides a platform-agnostic way of managing native code dependencies of Java projects.
I wish to add a JNI library, including its shared object (.so) file to my project using Maven. Unfortunately it …
java maven java-native-interface maven-nar-plugin