JNA

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.

License

License

http://www.gnu.org/copyleft/lesser.html
Categories

Categories

JNA Development Tools Native
GroupId

GroupId

com.sun.jna
ArtifactId

ArtifactId

jna
Last Version

Last Version

3.0.9
Release Date

Release Date

Type

Type

jar
Description

Description

JNA
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.

Download jna

How to add to project

<!-- https://jarcasting.com/artifacts/com.sun.jna/jna/ -->
<dependency>
    <groupId>com.sun.jna</groupId>
    <artifactId>jna</artifactId>
    <version>3.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.sun.jna/jna/
implementation 'com.sun.jna:jna:3.0.9'
// https://jarcasting.com/artifacts/com.sun.jna/jna/
implementation ("com.sun.jna:jna:3.0.9")
'com.sun.jna:jna:jar:3.0.9'
<dependency org="com.sun.jna" name="jna" rev="3.0.9">
  <artifact name="jna" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.jna', module='jna', version='3.0.9')
)
libraryDependencies += "com.sun.jna" % "jna" % "3.0.9"
[com.sun.jna/jna "3.0.9"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
3.0.9
3.0.5