I have created a package that is to be used by other programmers by importing in their code. my programs use other jar files for XML parsing and I don't want others to worry about the dependencies what is the best way to make sure that my jar files always gets its dependencies?
- Should i include the dependencies in my original jar?
- Is there any alternative way?