Native JNA extensions for Linux, MacOS, and Windows
 
 
 
 
Go to file
Robinson 8e16de5c8e
updated license info
2023-01-12 12:51:59 +01: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 Moved JNA from Utilites project 2023-01-12 01:52:35 +01:00
.gitignore Moved JNA from Utilites project 2023-01-12 01:52:35 +01:00
LICENSE updated license info 2023-01-12 12:51:59 +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 updated description 2023-01-12 11:47:49 +01:00
build.gradle.kts updated description 2023-01-12 11:47:49 +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 Moved JNA from Utilites project 2023-01-12 01:52:35 +01: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.