Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 820 Bytes

File metadata and controls

29 lines (24 loc) · 820 Bytes

Maven

Check if maven is installed

Run this command in a terminal/commandline to find out: mvn -v

Mac

  • Have brew installed: https://brew.sh/
  • Run this command in a terminal/commandline
    brew install maven
  • Check if it is installed now

Ubuntu

  • Run this command in a terminal/commandline
    sudo apt install maven
  • Check if it is installed now

Windows

Straight

With choco