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.

有帮助吗?

解决方案

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

UPDATE

link from maven central

其他提示

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top