0 votes
in Maven - Coalescing Pipeline by
When does Maven use the External Dependency concept?

1 Answer

0 votes
by

Maven dependency management uses the concept of Maven Repositories (Local, Central, Remote). Suppose dependency is not present in any of remote repositories and central repository then in such case Maven uses the concept of External Dependency.

...