InterviewSolution
Saved Bookmarks
| 1. |
What Is Transitive Dependency In Maven? |
|
Answer» Transitive dependency means to AVOID needing to DISCOVER and specify the LIBRARIES that your own DEPENDENCIES require, and including them automatically. Transitive dependency means to avoid needing to discover and specify the libraries that your own dependencies require, and including them automatically. |
|