<dependency>
<groupId>com.google.cloud.tools</groupId>
<artifactId>appengine-maven-plugin</artifactId>
<version>2.8.3</version>
<type>maven-plugin</type>
</dependency>
@Grapes(
@Grab(group='com.google.cloud.tools', module='appengine-maven-plugin', version='2.8.3')
)
compile
|-- com.google.cloud.tools:appengine-plugins-core:0.13.3
|-- org.apache.maven:maven-plugin-api:3.9.1
|-- org.apache.maven:maven-core:3.9.1
|-- commons-io:commons-io:2.15.1
provided
|-- org.apache.maven.plugin-tools:maven-plugin-annotations:3.4
test
|-- org.mockito:mockito-core:2.23.4