Explain the difference between dependency and plugin in maven?
Answer Posted / Mudit Kumar Saxena
A dependency is a library or external module that your project relies on to function, while a plugin is a Maven module that provides additional functionality for building, testing, and deploying projects.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers