Downloading the newest build

Hey, this is a very noobish question and I’m sorry I haven’t been able to figure it out on my own, but how do I download Jinput from GitHub and use it? I have downloaded the zip file, but I’m not sure what to do after that since there is no jinput.jar file. Sorry again, I have never really pulled anything from GitHub and I’m a little lost. Or maybe if someone could point me in the direction of the latest build? Correct me if I’m wrong, but this site: https://java.net/projects/jinput does not seem to have the latest build. All I really want to do is get rid of the Windows 10 error.

Why not use Gradle and then include the dependency from maven?

https://mvnrepository.com/artifact/net.java.jinput/jinput/2.0.6

I think that is the problem. I don’t know how to do that. I’ll check out this link and see if I can figure it out. Thanks @Opiop

@FabulousFellini
Which IDE do you use? Eclipse,IntelliJ or something else?

I use Eclipse. I didn’t have time to look into it last night but I will tonight. Thanks for the links guys! I’ll let you know if I have any problems.

Ok, so I followed the accepted answer from here: http://stackoverflow.com/questions/9164893/how-do-i-add-a-maven-dependency-in-eclipse and I added the jar file from @Opiop’s link into my build path. I’m not quite sure where to go next. I think this is too complicated for me seeming as I have no idea what I’m doing. I gotta read up on it, and if I cant figure it out in a week, I’ll have some more questions.