I'm trying to add jReddit (https://github.com/jReddit/jReddit) to my project as a library but I don't know how. There's no setup tutorial on the ReadMe of the GitHub page and I have no git experience. How do you add this to a java project in Eclipse? Thank you!
EDIT: Posting this edit so that people in the future can know the solution to this question. All you have to do is download the jReddit jar from the Maven link Anubian Noob posted below. Once you have done that you also have to download the two other jars the jReddit jar depends on, and those are the junit jar and the json-simple jar.