Skip to content
This repository has been archived by the owner on Sep 8, 2020. It is now read-only.

Initial release

Latest
Compare
Choose a tag to compare
@Col-E Col-E released this 05 Jun 18:22
· 1 commit to master since this release

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>