I'm looking through the central maven repository and seeing a net.java.dev.jna
and a com.sun.jna
groupId for JNA. The github for JNA, using the com.sun.jna
path as the directories in their source code, indicates that 4.1 has been pushed into the repository as part of a comment, but I'm seeing net.java.dev.jna
at 4.1 and com.sun.jna
at 3.0.
Obviously, I want to use JNA, but am baffled. What's going on with this package?