License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.google.api-client |
ArtifactId | ArtifactIdgoogle-api-client |
Last Version | Last Version1.35.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGoogle APIs Client Library for Java
The Google APIs Client Library for Java is a Java client library
for accessing any HTTP-based API on the web
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
google-api-client-1.35.1.pom | |
google-api-client-1.35.1.jar | 44 KB |
google-api-client-1.35.1-sources.jar | 53 KB |
google-api-client-1.35.1-javadoc.jar | 266 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.google.api-client/google-api-client/ -->
<dependency>
<groupId>com.google.api-client</groupId>
<artifactId>google-api-client</artifactId>
<version>1.35.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.api-client/google-api-client/
implementation 'com.google.api-client:google-api-client:1.35.1'
// https://jarcasting.com/artifacts/com.google.api-client/google-api-client/
implementation ("com.google.api-client:google-api-client:1.35.1")
'com.google.api-client:google-api-client:jar:1.35.1'
<dependency org="com.google.api-client" name="google-api-client" rev="1.35.1">
<artifact name="google-api-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.api-client', module='google-api-client', version='1.35.1')
)
libraryDependencies += "com.google.api-client" % "google-api-client" % "1.35.1"
[com.google.api-client/google-api-client "1.35.1"]
Group / Artifact | Type | Version |
---|---|---|
com.google.oauth-client : google-oauth-client | jar | |
com.google.http-client : google-http-client-gson | jar | |
com.google.guava : guava | jar | 31.1-jre |
com.google.http-client : google-http-client-apache-v2 | jar | |
org.apache.httpcomponents : httpcore | jar | 4.4.15 |
org.apache.httpcomponents : httpclient | jar | 4.5.13 |
com.google.http-client : google-http-client | jar |
Group / Artifact | Type | Version |
---|---|---|
com.google.protobuf : protobuf-java | jar | 3.21.1 |
com.google.http-client : google-http-client-protobuf | jar | |
junit : junit | jar | 4.13.2 |