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

Maven – Dependency Scopes

$
0
0

Maven scope attribute is used to specify the visibility of a dependency, relative to the different lifecycle phases (build, test, runtime etc). Maven provides six scopes i.e. compile, provided, runtime, test, system, and import.

The post Maven – Dependency Scopes appeared first on HowToDoInJava.


Viewing all articles
Browse latest Browse all 71

Trending Articles