Computer Science, asked by mayankchaurasia77, 12 hours ago

How to add a dependency in Maven Project?

Answers

Answered by yashodhabh1983
1

Answer:

Add a Java Maven Dependency to the Utility Project

Right-click the utility project, and select Maven>Add Dependency. Type a dependency name in the Enter groupID… field (e.g., commons-logging) to search for a dependency. Select the dependency, and click OK.

Answered by mselvimselvi9056
0

Answer:

Add a Java Maven Dependency to the Utility Project

Right-click the utility project, and select Maven>Add Dependency. Type a dependency name in the Enter groupID… field (e.g., commons-logging) to search for a dependency. Select the dependency, and click OK.

Similar questions