Google News
logo
Java Maven - Interview Questions
What are the parameters required to define External Dependency in Maven?
Maven external dependencies are described in the pom xml file just like other dependencies. The parameters required to define the external dependencies are groupid, artifactId, scope set to system and system path as per the project location (relative path).
Advertisement