Maven下载与配置
Download Url:Maven – Download Apache Maven
After downloading it, unpack it and configure Maven's system environment variables as you did with the JDK
Enter
mvn -version
on terminal .
- If you get something like this, you've succeeded.