Maven

Supported on
Windows, MacOS(via Homebrew), Linux
Usage
Free

ABOUT THIS SOFTWARE

Apache Maven is a popular open-source build automation system primarily used for Java projects. It operates based on a pom.xml file in which you define your project structure, dependencies and plugins.

Maven automatically retrieves libraries from external repositories and ensures consistent builds. It is a standard tool in professional Java development environments.

download software

Download Maven

Maven is free and open source, and does not require registration or a license.

Installation manual
  1. Download the ZIP or TAR.GZ from the official site.

  2. Extract the file to a logical location (e.g. C:\Program Files\Apache\maven or /opt/maven).

  3. Add Maven's bin-directory to your system PATH. (so the mvn command is available everywhere).

  4. Verify with 'mvn -v' → shows your Maven and Java version.

The installation instructions are explained during the lessons.