Simplified JNA Versions Save

Multi-threaded JNA hooks and simplified library access to window/key/mouse functions.

1.0

5 years ago

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>