License |
License |
---|---|
GroupId | GroupIdcd.connect.features |
ArtifactId | ArtifactIdfeature-db-sql |
Last Version | Last Version2.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionfeature-db-sql
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.
|
Project URL |
Project URL |
Filename | Size |
---|---|
feature-db-sql-2.1.pom | |
feature-db-sql-2.1.jar | 14 KB |
feature-db-sql-2.1-sources.jar | 8 KB |
feature-db-sql-2.1-release-pom.xml | 15 KB |
feature-db-sql-2.1-javadoc.jar | 46 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cd.connect.features/feature-db-sql/ -->
<dependency>
<groupId>cd.connect.features</groupId>
<artifactId>feature-db-sql</artifactId>
<version>2.1</version>
</dependency>
// https://jarcasting.com/artifacts/cd.connect.features/feature-db-sql/
implementation 'cd.connect.features:feature-db-sql:2.1'
// https://jarcasting.com/artifacts/cd.connect.features/feature-db-sql/
implementation ("cd.connect.features:feature-db-sql:2.1")
'cd.connect.features:feature-db-sql:jar:2.1'
<dependency org="cd.connect.features" name="feature-db-sql" rev="2.1">
<artifact name="feature-db-sql" type="jar" />
</dependency>
@Grapes(
@Grab(group='cd.connect.features', module='feature-db-sql', version='2.1')
)
libraryDependencies += "cd.connect.features" % "feature-db-sql" % "2.1"
[cd.connect.features/feature-db-sql "2.1"]
Group / Artifact | Type | Version |
---|---|---|
cd.connect.features : connect-feature-service-java-api | jar | [2.1,3) |
Group / Artifact | Type | Version |
---|---|---|
cd.connect.common : connect-app-declare-config | jar | [1.1,2) |
io.ebean : ebean | jar | [11.37.1] |
Group / Artifact | Type | Version |
---|---|---|
cd.connect.composites.java : connect-composite-test | jar | [1.1,2) |