Quantcast
Channel: Maven Basics
Viewing all articles
Browse latest Browse all 71

Maven – Dependency Management

$
0
0

In Maven, dependency is another archive—JAR, ZIP, and so on—which your current project needs in order to compile, build, test, and/or to run. The dependencies are gathered in the pom.xml file, inside of a <dependencies> tag. When you run a build or execute a maven goal, these dependencies are resolved, and are then loaded from […]

The post Maven – Dependency Management appeared first on HowToDoInJava.


Viewing all articles
Browse latest Browse all 71

Trending Articles