What are the things that you must define for each external dependency?
Answer Posted / Pinki Gill
When defining an external dependency in the pom.xml file, you should specify:n1. Group ID: The unique identifier of the project containing the dependency.n2. Artifact ID: The name of the artifact (the dependency itself).n3. Version: The version of the artifact that you want to use.n4. Type: The type of the artifact (jar, war, etc.).
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers