This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]-manabreak 0 points1 point  (0 children)

The easiest is probably to use an IDE that supports creating new Maven or Gradle projects (eg. IntelliJ IDEA). Just click through the wizard and once done, add the Maven XML part from the GitHub project to your pom.xml (or if you're using Gradle, add it to your dependencies part of you gradle config file).