<dependency>
<groupId>com.google.cloud.tools</groupId>
<artifactId>appengine-maven-plugin</artifactId>
<version>2.6.0</version>
<type>maven-plugin</type>
</dependency>
@Grapes(
@Grab(group='com.google.cloud.tools', module='appengine-maven-plugin', version='2.6.0')
)