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