GroupId | GroupIdcom.google.apis |
---|---|
ArtifactId | ArtifactIdgoogle-api-services-books |
Version | Versionv1-rev65-1.16.0-rc |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.google.apis/google-api-services-books/ -->
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-books</artifactId>
<version>v1-rev65-1.16.0-rc</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.apis/google-api-services-books/
implementation 'com.google.apis:google-api-services-books:v1-rev65-1.16.0-rc'
// https://jarcasting.com/artifacts/com.google.apis/google-api-services-books/
implementation ("com.google.apis:google-api-services-books:v1-rev65-1.16.0-rc")
'com.google.apis:google-api-services-books:jar:v1-rev65-1.16.0-rc'
<dependency org="com.google.apis" name="google-api-services-books" rev="v1-rev65-1.16.0-rc">
<artifact name="google-api-services-books" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.apis', module='google-api-services-books', version='v1-rev65-1.16.0-rc')
)
libraryDependencies += "com.google.apis" % "google-api-services-books" % "v1-rev65-1.16.0-rc"
[com.google.apis/google-api-services-books "v1-rev65-1.16.0-rc"]