0

I want to use this library in my Java project which I run build with sublime text ctrl+b and then java from command line. There are no instruction on how to include this in my project and can't find any simple instructions while searching.

How do I use this library? I'm on OSX.

2 Answers 2

0

You can use either of

  1. Download source code and build it as jar package. Add this jar file to your project classpath.

  2. Download source code and add all source files as your project source.

Sign up to request clarification or add additional context in comments.

Comments

0

Best is to do something clean and durable :

  1. install maven (see this article, it takes only 5 minutes!)

  2. init a project .pom file

  3. add the lib dependency , see librairy doc

    uk.com.robust-it cloning 1.9.2

  4. build using maven command :

    maven clean install

  5. enjoy

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.