License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.google.api-client |
ArtifactId | ArtifactIdgoogle-api-client-parent |
Last Version | Last Version1.35.1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionParent for the Google API 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 URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
google-api-client-parent-1.35.1.pom | 11 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.google.api-client/google-api-client-parent/ -->
<dependency>
<groupId>com.google.api-client</groupId>
<artifactId>google-api-client-parent</artifactId>
<version>1.35.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.google.api-client/google-api-client-parent/
implementation 'com.google.api-client:google-api-client-parent:1.35.1'
// https://jarcasting.com/artifacts/com.google.api-client/google-api-client-parent/
implementation ("com.google.api-client:google-api-client-parent:1.35.1")
'com.google.api-client:google-api-client-parent:pom:1.35.1'
<dependency org="com.google.api-client" name="google-api-client-parent" rev="1.35.1">
<artifact name="google-api-client-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.google.api-client', module='google-api-client-parent', version='1.35.1')
)
libraryDependencies += "com.google.api-client" % "google-api-client-parent" % "1.35.1"
[com.google.api-client/google-api-client-parent "1.35.1"]