Maven is a project build tool

The path to Maven’s local repository is specified by the configuration file, settings.xml, in the conf folder of the Maven installation directory

The Project Object Model (POM) is the basic unit of work of The Maven Project. It is an XML file that contains the basic information of the Project, describing how the Project is built, declaring Project dependencies, and so on.

/src/main/java/org.example/App.javaIs the entry point to the program