JNA provides Java programs easy access to native shared libraries (DLLs on Windows) without writing anything but Java code�no JNI or native code is required. This functionality is comparable to Windows' Platform/Invoke and Python's ctypes. Access is dynamic at runtime without code generation. For more information go to https://jna.dev.java.net/
N/A
[org.clojars.bagucode/jna "3.2.4"]
org.clojars.bagucode/jna {:mvn/version "3.2.4"}
implementation("org.clojars.bagucode:jna:3.2.4")
<dependency> <groupId>org.clojars.bagucode</groupId> <artifactId>jna</artifactId> <version>3.2.4</version> </dependency>
Note: this artifact is a non-canonical fork. See the wiki for more details.
Want to display the latest version of your project on GitHub? Use the markdown code below!
If you want to include pre-releases and snapshots, use the following markdown code: