igniterealtime/REST-API-Client

Dependencies

Closed this issue · 2 comments

For some (developer maybe does not have Maven or . .), dependencies could be given in /lib directory as .jar file since it is really time consuming to obtain dependencies to make client api work.

I'm not in favor of adding binaries to the source project.

If your project does not use any dependency framework like Maven, you can still use Maven to collect all the dependencies that you need for your project:

mvn dependency:copy-dependencies

This will create a directory in target/dependency that contains everything you need.

Redor commented

As guusdk said, I think as well that we shouldn't store the binaries