How I can include native .dll
file in root of JAR using Maven?
You can see these links may it helps..
If you already have your .dll file just store it in your project's src/main/resources
directory and Maven will put it in the target jar's root directory.