Question

I am trying to use this library from github. They only provide a src folder and there is no compiled JAR that I can use.

My question is, How can I use the library in my Java project in the Eclipse IDE? I've tried researching but I can't find a single website that doesn't assume I know how to use these types of libraries. It must be something obvious that I'm missing. It would be great if someone could point me in the right direction.

Était-ce utile?

La solution

Clone the project with git, then make a build yourself, there is an included pom.xml file for maven

UPDATE

link from maven central

Autres conseils

It's a Maven project. You will have to build it using Maven and then import the build jar from ~/.m2/repository or target directory in your Eclipse project classpath.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top