f

feature-db-inmemory

This is an in memory demo focused copy of the feature db.
https://clearpointnz.github.io/connect/
Apache License 2.0
Richard Vowles
Files download
File Operation
feature-db-inmemory-2.1.jar download
feature-db-inmemory-2.1.pom download
feature-db-inmemory-2.1-sources.jar download
Apache Maven
<dependency>
  <groupId>cd.connect.features</groupId>
  <artifactId>feature-db-inmemory</artifactId>
  <version>2.1</version>
</dependency>
Gradle Groovy
implementation 'cd.connect.features:feature-db-inmemory:2.1'
Gradle Kotlin
implementation("cd.connect.features:feature-db-inmemory:2.1")
Scala SBT
libraryDependencies += "cd.connect.features" % "feature-db-inmemory" % "2.1"
Groovy Grape
@Grapes(
  @Grab(group='cd.connect.features', module='feature-db-inmemory', version='2.1')
)
Apache Ivy
<dependency org="cd.connect.features" name="feature-db-inmemory" rev="2.1" />
Leiningen
[cd.connect.features/feature-db-inmemory "2.1"]
Apache Buildr
'cd.connect.features:feature-db-inmemory:jar:2.1'