Native JNA extensions for Linux, MacOS, and Windows
Go to file
Robinson 029eb481ba
Fixed JPMS
2023-08-18 15:38:40 +02:00
gradle/wrapper Moved JNA from Utilites project 2023-01-12 01:52:35 +01:00
scripts Moved JNA from Utilites project 2023-01-12 01:52:35 +01:00
src/dorkbox/jna Moved JNA from Utilites project 2023-01-12 01:52:35 +01:00
src9 Fixed JPMS 2023-08-18 15:38:40 +02:00
.gitignore Moved JNA from Utilites project 2023-01-12 01:52:35 +01:00
LICENSE Updated build deps 2023-06-29 19:51:40 +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 updated description 2023-01-12 11:47:49 +01:00
build.gradle.kts Updated build deps 2023-06-29 19:51:40 +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.0</version>
    </dependency>
</dependencies>

Gradle Info

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

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.