| License | License | 
|---|---|
| Categories | CategoriesgRPC Net Networking | 
| GroupId | GroupIdcd.connect.features | 
| ArtifactId | ArtifactIdconnect-feature-grpc-api | 
| Last Version | Last Version1.1 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionfeature-grpc-api This artifact contains the GRPC proto file and compiled client libraries for such. | 
| Project URL | Project URL | 
<!-- https://jarcasting.com/artifacts/cd.connect.features/connect-feature-grpc-api/ -->
<dependency>
    <groupId>cd.connect.features</groupId>
    <artifactId>connect-feature-grpc-api</artifactId>
    <version>1.1</version>
</dependency>// https://jarcasting.com/artifacts/cd.connect.features/connect-feature-grpc-api/
implementation 'cd.connect.features:connect-feature-grpc-api:1.1'// https://jarcasting.com/artifacts/cd.connect.features/connect-feature-grpc-api/
implementation ("cd.connect.features:connect-feature-grpc-api:1.1")'cd.connect.features:connect-feature-grpc-api:jar:1.1'<dependency org="cd.connect.features" name="connect-feature-grpc-api" rev="1.1">
  <artifact name="connect-feature-grpc-api" type="jar" />
</dependency>@Grapes(
@Grab(group='cd.connect.features', module='connect-feature-grpc-api', version='1.1')
)libraryDependencies += "cd.connect.features" % "connect-feature-grpc-api" % "1.1"[cd.connect.features/connect-feature-grpc-api "1.1"]