What are the benefits of transitive depency in maven?
Answer Posted / Bragendra Singh Kushwaha
"Transitive dependencies help manage dependencies between dependencies. They reduce the effort required to manually add each dependency for a project, as Maven automatically adds required dependencies for you. It also helps prevent conflicts by ensuring that the same version of a library is used across all dependent modules."n
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers