<dependency>
<groupId>com.google.auth</groupId>
<artifactId>google-auth-library-oauth2-http</artifactId>
<version>0.4.0</version>
</dependency>
@Grapes(
@Grab(group='com.google.auth', module='google-auth-library-oauth2-http', version='0.4.0')
)
<parent> <groupId>com.google.auth</groupId> <artifactId>google-auth-library-parent</artifactId> <version>0.4.0</version> </parent>
compile
|-- com.google.auth:google-auth-library-credentials
|-- com.google.http-client:google-http-client
|-- com.google.http-client:google-http-client-jackson2
|-- com.google.guava:guava-jdk5
test
|-- junit:junit