How to Install Maven on Mac

1. Homebrew install Maven on macOS

1.1 Install Homebrew, a package manager on macOS.

1.2 The command will install the latest Maven.

Terminal


brew install maven

1.3 Done. The Maven is installed on macOS.