Answers for "what is pom.xml"

3

what is pom.xml

- pom.xml file allows us to add, remove, manage dependencies 
and versions from one single location.
    - POM stands for project object model
    - .xml -> stands for: extensible markup language
Posted by: Guest on December-04-2020
-1

pom.xml file

- pom.xml file allows us to add, remove, manage dependencies 
  and versions from one single location.
    - POM stands for project object model
    - .xml -> stands for: extensible markup language
Posted by: Guest on December-04-2020

Browse Popular Code Answers by Language