Categories |
CategoriesCLI User Interface Google HTTP Client Net HTTP Clients |
---|---|
GroupId | GroupIdcom.google.http-client |
ArtifactId | ArtifactIdgoogle-http-client-appengine |
Version | Version1.19.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.google.http-client/google-http-client-appengine/ -->
<dependency>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client-appengine</artifactId>
<version>1.19.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.http-client/google-http-client-appengine/
implementation 'com.google.http-client:google-http-client-appengine:1.19.0'
// https://jarcasting.com/artifacts/com.google.http-client/google-http-client-appengine/
implementation ("com.google.http-client:google-http-client-appengine:1.19.0")
'com.google.http-client:google-http-client-appengine:jar:1.19.0'
<dependency org="com.google.http-client" name="google-http-client-appengine" rev="1.19.0">
<artifact name="google-http-client-appengine" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.http-client', module='google-http-client-appengine', version='1.19.0')
)
libraryDependencies += "com.google.http-client" % "google-http-client-appengine" % "1.19.0"
[com.google.http-client/google-http-client-appengine "1.19.0"]