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