Managing External Dependencies in maven
What will happen if dependency is not available in any of the remote repositories and central repository? Maven still provides answers for such a scenario using the concept of External Dependency. All the basic list of dependencies in the maven is handled by the maven central repository at which a project downloads the required dependencies. There… Read More »