License |
License |
---|---|
Categories |
CategoriesgRPC Net Networking |
GroupId | GroupIdcd.connect.features |
ArtifactId | ArtifactIdconnect-feature-service-grpc |
Last Version | Last Version2.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionfeature-service-grpc
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.
|
Project URL |
Project URL |
<!-- 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.2</version>
</dependency>
// https://jarcasting.com/artifacts/cd.connect.features/connect-feature-service-grpc/
implementation 'cd.connect.features:connect-feature-service-grpc:2.2'
// https://jarcasting.com/artifacts/cd.connect.features/connect-feature-service-grpc/
implementation ("cd.connect.features:connect-feature-service-grpc:2.2")
'cd.connect.features:connect-feature-service-grpc:jar:2.2'
<dependency org="cd.connect.features" name="connect-feature-service-grpc" rev="2.2">
<artifact name="connect-feature-service-grpc" type="jar" />
</dependency>
@Grapes(
@Grab(group='cd.connect.features', module='connect-feature-service-grpc', version='2.2')
)
libraryDependencies += "cd.connect.features" % "connect-feature-service-grpc" % "2.2"
[cd.connect.features/connect-feature-service-grpc "2.2"]
Group / Artifact | Type | Version |
---|---|---|
cd.connect.features : connect-feature-service | jar | [2.1,3) |
Group / Artifact | Type | Version |
---|---|---|
io.grpc : grpc-netty | jar | 1.20.0 |
io.grpc : grpc-protobuf | jar | 1.20.0 |
io.grpc : grpc-stub | jar | 1.20.0 |
Group / Artifact | Type | Version |
---|---|---|
cd.connect.composites.java : connect-composite-test | jar | [1.1,2) |