<dependency>
<groupId>com.google.auth</groupId>
<artifactId>google-auth-library-credentials</artifactId>
<version>0.1.0</version>
</dependency>
@Grapes(
@Grab(group='com.google.auth', module='google-auth-library-credentials', version='0.1.0')
)
<parent> <groupId>com.google.auth</groupId> <artifactId>google-auth-library-parent</artifactId> <version>0.1.0</version> </parent>