When does maven use the external dependency concept?
Answer Posted / Priyanka Mishra
Maven utilizes the external dependency concept to manage dependencies of a project, downloading them automatically from a repository when necessary. This is especially useful when developing large-scale projects with multiple libraries involved.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers