Sunday, January 5, 2014

3rd party libraries and Using maven

When using 3rd party open source libraries, we usually get the choice either to download the JAR/project files or to use Maven to fetch them. We should always try and use Maven for better maintenance and version control.