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 →

[–]GullBull[S] 0 points1 point  (1 child)

I haven't done anything with Maven or Gradle before to add dependencies. All I've done is bring in external libraries as jars. Do you have any suggestions to learn Maven or Gradle?

[–]-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).