English, asked by keerthithamatam10, 2 months ago

What is the sequence in which Maven looks for the resources ?
Remote > Maven Central -> Local
Local -> Remote - >Maven Central
Remote-> Local -> Maven Central
O Maven Central -> Local -> Remote
加)
Reset Answer​

Answers

Answered by mvinodmishra56
13

Answer:

first is loc remote maven crntral

please mark me brainlist

Answered by priyarksynergy
0

Option 'b' is right : Local -> Remote -> Maven Central.

Explanation:

  • Local and remote are the two kinds of repositories.
  • Local is that directory on the computer where Maven runs.
  • Remote is the other type of repository, that are accessed by various protocols like https:// and file:// .
  • Maven community provides repository to Maven Central.
Similar questions