is not current version
Last Version 2.2

cd.connect.features:connect-feature-service-grpc 2.1

This is the core functionality of the feature toggle service. It orchestrates the GRPC clients and validates their changes and pushes them to the backend.

Categories

Categories

gRPC Net Networking
GroupId

GroupId

cd.connect.features
ArtifactId

ArtifactId

connect-feature-service-grpc
Version

Version

2.1
Type

Type

jar

Download connect-feature-service-grpc 2.1


<!-- https://jarcasting.com/artifacts/cd.connect.features/connect-feature-service-grpc/ -->
<dependency>
    <groupId>cd.connect.features</groupId>
    <artifactId>connect-feature-service-grpc</artifactId>
    <version>2.1</version>
</dependency>
// https://jarcasting.com/artifacts/cd.connect.features/connect-feature-service-grpc/
implementation 'cd.connect.features:connect-feature-service-grpc:2.1'
// https://jarcasting.com/artifacts/cd.connect.features/connect-feature-service-grpc/
implementation ("cd.connect.features:connect-feature-service-grpc:2.1")
'cd.connect.features:connect-feature-service-grpc:jar:2.1'
<dependency org="cd.connect.features" name="connect-feature-service-grpc" rev="2.1">
  <artifact name="connect-feature-service-grpc" type="jar" />
</dependency>
@Grapes(
@Grab(group='cd.connect.features', module='connect-feature-service-grpc', version='2.1')
)
libraryDependencies += "cd.connect.features" % "connect-feature-service-grpc" % "2.1"
[cd.connect.features/connect-feature-service-grpc "2.1"]