This repository has been archived by the owner on Sep 8, 2020. It is now read-only.
Release includes dependencies. Alternatively you can import the project via JitPack:
Add the repo to your pom:
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
And add the dependency:
<dependency>
<groupId>com.github.Col-E</groupId>
<artifactId>Simplified-JNA</artifactId>
<version>1.0</version>
</dependency>