Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

how to download 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:devapache-maven-3.8.5in") 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
 
PREVIOUS NEXT
Tagged: #download #mavem
ADD COMMENT
Topic
Name
1+2 =