InterviewSolution
Saved Bookmarks
| 1. |
When Does Maven Use External Dependency Concept? |
|
Answer» MAVEN dependency MANAGEMENT using concept of Maven REPOSITORIES (Local, Central, REMOTE). Suppose dependency is not available in any of remote repositories and central repository; in such scenarios Maven uses concept of External Dependency. Maven dependency management using concept of Maven Repositories (Local, Central, Remote). Suppose dependency is not available in any of remote repositories and central repository; in such scenarios Maven uses concept of External Dependency. |
|