EN
Maven - check version
1
answers
1
points
How to check what version of maven I am using from command line level?
1 answer
2
points
Quick solution, open command line and execute below command:
mvn -version
Practical example with git bash and mvn -version
commnad:
0 comments
Add comment