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