How to install the Java artifact com.google.api.client.google-api-data-migration-v1 with Maven
Java
Maven
pom.xml
com.google.api.client
google-api-data-migration-v1
Add the following lines to your pom.xml in the <project> element. Refer to the documentation to find the latest version available.
<dependencies>
<dependency>
<groupId>com.google.api.client</groupId>
<artifactId>google-api-data-migration-v1</artifactId>
<version>1.0.6-alpha</version>
</dependency>
/<dependencies>