0 votes
in Maven - Coalescing Pipeline by
What is meant by the term ‘Dependencies and Repositories’ in Maven?

1 Answer

0 votes
by
  • Dependencies refer to the Java libraries that are needed for the project. Repositories refer to the directories of packaged JAR files.
  • If the dependencies are not present in your local repository; then Maven downloads them from a central repository and stores them in the local repository.

maven-32

...