Skip to content
/ JNA Public
forked from dorkbox/JNA

Native JNA extensions for Linux, MacOS, and Windows

License

Notifications You must be signed in to change notification settings

eskatos/JNA

This branch is up to date with dorkbox/JNA:master.

Repository files navigation

Dorkbox General Utilities

Dorkbox Github Gitlab

Native JNA extensions for Linux, MacOS, and Windows, Java 1.8+

Maven Info

<dependencies>
    ...
    <dependency>
      <groupId>com.dorkbox</groupId>
      <artifactId>JNA</artifactId>
      <version>1.2</version>
    </dependency>
</dependencies>

Gradle Info

dependencies {
    ...
    compile "com.dorkbox:JNA:1.2"
}

License

This project is © 2023 dorkbox llc, and is distributed under the terms of the Apache v2.0 License. See file "LICENSE" for further references.

About

Native JNA extensions for Linux, MacOS, and Windows

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.0%
  • Other 1.0%