Categories |
CategoriesCLI User Interface Google HTTP Client Net HTTP Clients |
---|---|
GroupId | GroupIdcom.google.http-client |
ArtifactId | ArtifactIdgoogle-http-client-bom |
Version | Version1.38.1 |
Type | Typepom |
Filename | Size |
---|---|
google-http-client-bom-1.38.1.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.google.http-client/google-http-client-bom/ -->
<dependency>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client-bom</artifactId>
<version>1.38.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.google.http-client/google-http-client-bom/
implementation 'com.google.http-client:google-http-client-bom:1.38.1'
// https://jarcasting.com/artifacts/com.google.http-client/google-http-client-bom/
implementation ("com.google.http-client:google-http-client-bom:1.38.1")
'com.google.http-client:google-http-client-bom:pom:1.38.1'
<dependency org="com.google.http-client" name="google-http-client-bom" rev="1.38.1">
<artifact name="google-http-client-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.google.http-client', module='google-http-client-bom', version='1.38.1')
)
libraryDependencies += "com.google.http-client" % "google-http-client-bom" % "1.38.1"
[com.google.http-client/google-http-client-bom "1.38.1"]