Apache Maven is a software project management and comprehension tool that can manage a project's build, binaries, reporting and documentation from a central Project Object Model (POM) file. It is a command line tool that uses standardized conventions like directories layout, dependency management, and a build lifecycle. Maven manages dependencies declaratively based on groupId, artifactId, and version coordinates.