Native JNA extensions for Linux, MacOS, and Windows
Go to file
Robinson 3db250915d
Updated build deps
2023-10-09 12:27:09 +02:00
gradle/wrapper updated gradle 2023-10-02 16:12:51 +02:00
scripts Moved JNA from Utilites project 2023-01-12 01:52:35 +01:00
src/dorkbox/jna Better protection against spurious wakeups (properly use a lock/condition) 2023-09-05 02:23:33 +02:00
src9 Added apple support for M1 console 2023-08-19 13:00:36 +02:00
.gitignore Moved JNA from Utilites project 2023-01-12 01:52:35 +01:00
LICENSE version 1.2 2023-08-19 13:38:52 +02:00
LICENSE.Apachev2 Moved JNA from Utilites project 2023-01-12 01:52:35 +01:00
LICENSE.MIT Moved JNA from Utilites project 2023-01-12 01:52:35 +01:00
README.md version 1.2 2023-08-19 13:38:52 +02:00
build.gradle.kts Updated build deps 2023-10-09 12:27:09 +02:00
gradle.properties Moved JNA from Utilites project 2023-01-12 01:52:35 +01:00
gradlew Moved JNA from Utilites project 2023-01-12 01:52:35 +01:00
gradlew.bat Moved JNA from Utilites project 2023-01-12 01:52:35 +01:00
settings.gradle.kts Hardcoded project name 2023-08-05 12:49:58 -06:00

README.md

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.