InterviewSolution
Saved Bookmarks
| 1. |
What Are The Benefits Of Transitive Dependency In Maven ? |
|
Answer» TRANSITIVE dependencies allows to avoid specifying the LIBRARIES that are required by the PROJECT which are specified in other dependent projects - REMOTE or Local. Transitive dependencies allows to avoid specifying the libraries that are required by the project which are specified in other dependent projects - Remote or Local. |
|