cara mengunduh mavem

How to download Maven on Windows:
Download and extract the binary zip archive link from 
"https://maven.apache.org/download.cgi". Then add the path to the extracted 
Maven bin directory (e.g. "C:\dev\apache-maven-3.8.5\bin") as a value to 
the "Path" variable in your environment variables on your computer.

Test if it is working by opening a NEW command prompt window and typing 
"mvn --version".

Super helpful video if your still confused: https://youtu.be/--Iv5vBIHjI
Muddy Manatee