What is maven central?

Hi,

What is maven central? What is available at the maven central?

Thanks

View Answers

July 14, 2017 at 12:19 PM

Hi,

Maven central is the repository of dependency file of various Java libraries. Maven central is hosting libraries (jar files) of various Java projects and you maven tool at developer end downloads necessary dependency file.

This way developer defines dependency in their project and maven tool then downloads it from the maven central repository.

URL is maven central repository is https://repo1.maven.org/maven2/

Thanks









Related Tutorials/Questions & Answers:
Advertisements