Answer Posted / Anima Gupta
There are three main types of Maven repositories: local repository, remote repository, and central repository. The local repository is the default repository where Maven stores downloaded artifacts for your project. Remote repositories can be either public or private, and act as sources for dependencies and plugins. The central repository (https://repo1.maven.org/maven2) is a large repository maintained by Apache and provides common artifacts for the Maven community.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers