| Categories |
CategoriesgRPC Net Networking |
|---|---|
| GroupId | GroupIdio.grpc |
| ArtifactId | ArtifactIdgrpc-okhttp |
| Version | Version1.17.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| grpc-okhttp-1.17.1.pom | |
| grpc-okhttp-1.17.1.jar | 156 KB |
| grpc-okhttp-1.17.1-sources.jar | 93 KB |
| grpc-okhttp-1.17.1-javadoc.jar | 40 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.grpc/grpc-okhttp/ -->
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-okhttp</artifactId>
<version>1.17.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.grpc/grpc-okhttp/
implementation 'io.grpc:grpc-okhttp:1.17.1'
// https://jarcasting.com/artifacts/io.grpc/grpc-okhttp/
implementation ("io.grpc:grpc-okhttp:1.17.1")
'io.grpc:grpc-okhttp:jar:1.17.1'
<dependency org="io.grpc" name="grpc-okhttp" rev="1.17.1">
<artifact name="grpc-okhttp" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.grpc', module='grpc-okhttp', version='1.17.1')
)
libraryDependencies += "io.grpc" % "grpc-okhttp" % "1.17.1"
[io.grpc/grpc-okhttp "1.17.1"]