is not current version
Last Version 1.4

cd.connect.features:connect-feature-service-sql 1.1

The SQL backend for the feature toggle service. It is ebean and you need to include your versions of those dependencies. This has been successfully deployed under Spring/Jetty and Netty+Jersey+GRPC.

GroupId

GroupId

cd.connect.features
ArtifactId

ArtifactId

connect-feature-service-sql
Version

Version

1.1
Type

Type

jar

Download connect-feature-service-sql 1.1


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