| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesgRPC Net Networking | 
        
| GroupId | GroupIdio.grpc | 
    
| ArtifactId | ArtifactIdgrpc-api | 
    
| Last Version | Last Version1.47.0 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Descriptionio.grpc:grpc-api 
            gRPC: API 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| grpc-api-1.47.0.pom | |
| grpc-api-1.47.0.jar | 219 KB | 
| grpc-api-1.47.0-sources.jar | 161 KB | 
| grpc-api-1.47.0-javadoc.jar | 745 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/io.grpc/grpc-api/ -->
<dependency>
    <groupId>io.grpc</groupId>
    <artifactId>grpc-api</artifactId>
    <version>1.47.0</version>
</dependency>
                // https://jarcasting.com/artifacts/io.grpc/grpc-api/
implementation 'io.grpc:grpc-api:1.47.0'
                // https://jarcasting.com/artifacts/io.grpc/grpc-api/
implementation ("io.grpc:grpc-api:1.47.0")
                'io.grpc:grpc-api:jar:1.47.0'
                <dependency org="io.grpc" name="grpc-api" rev="1.47.0">
  <artifact name="grpc-api" type="jar" />
</dependency>
                @Grapes(
@Grab(group='io.grpc', module='grpc-api', version='1.47.0')
)
                libraryDependencies += "io.grpc" % "grpc-api" % "1.47.0"
                [io.grpc/grpc-api "1.47.0"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| io.grpc : grpc-context | jar | 1.47.0 | 
| com.google.code.findbugs : jsr305 | jar | 3.0.2 | 
| com.google.errorprone : error_prone_annotations | jar | 2.10.0 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| com.google.guava : guava | jar | 31.0.1-android |