InterviewSolution
Saved Bookmarks
| 1. |
What Is A Maven Repository? |
|
Answer» A repository is a place i.e. directory where all the project jars, LIBRARY JAR, plugins or any other project specific artifacts are stored and can be used by Maven EASILY. A repository is a place i.e. directory where all the project jars, library jar, plugins or any other project specific artifacts are stored and can be used by Maven easily. |
|