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