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