Maven
Learn about Maven and its uses.
We'll cover the following...
What is Maven?
Maven is an XML based declarative project manager commonly used for Java projects. However, Maven encompasses much, much more than just building Java projects. Maven is also a set of standards that allows Java/JVM developers to easily define and integrate dependencies into large projects. Maven somewhat replaces Ant but can also integrate with it and other build tools.
...