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