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.

Related questions

0 votes
asked Jul 10, 2023 in Angular by Robindeniel
0 votes
asked Jul 23, 2020 in IONIC by Hodge
...