Native JNA extensions for Linux, MacOS, and Windows
 
 
 
 
Go to file
Robinson 521dbec964
updated build deps
2023-12-18 14:44:27 +01: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 version 1.4 2023-11-22 11:53:33 +01: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 updated license 2023-11-20 21:06:20 +01: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-12-18 14:44:27 +01: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.