You are on page 1of 1

1. Why Maven ?

can manage dependencies on our behalf .


can maintain proper structure .
can build the code for us .
can create documentation sites .

What is a maven
First things first :
Installation :
https://www.mkyong.com/maven/how-to-install-maven-in-windows/

2)Terminologies
I
GroupId : generally it will be company name
ArtifactId : projectname
Version : version number
Example :
com.google ( group id )
This can have artifacts like
translate , blogger , youtube , drive , hangouts and their version
details .

3)

You might also like