c

couchdb-1.0

This feature has been stabilized. The strategic alternative to this feature is the cloudant-1.0 feature. This feature enables connections to CouchDB by providing a connector instance configured in the server configuration, which can be injected or accessed through JNDI. Applications use the ektorp client library to utilize the connector instance to work with CouchDB.
https://openliberty.io/
Eclipse Public License 2.0
Eric Lau
Files download
File Operation
couchdb-1.0-23.0.0.5.pom download
Apache Maven
<dependency>
  <groupId>io.openliberty.features</groupId>
  <artifactId>couchdb-1.0</artifactId>
  <version>23.0.0.5</version>
  <type>esa</type>
</dependency>
Gradle Groovy
implementation 'io.openliberty.features:couchdb-1.0:23.0.0.5'
Gradle Kotlin
implementation("io.openliberty.features:couchdb-1.0:23.0.0.5")
Scala SBT
libraryDependencies += "io.openliberty.features" % "couchdb-1.0" % "23.0.0.5"
Groovy Grape
@Grapes(
  @Grab(group='io.openliberty.features', module='couchdb-1.0', version='23.0.0.5')
)
Apache Ivy
<dependency org="io.openliberty.features" name="couchdb-1.0" rev="23.0.0.5" />
Leiningen
[io.openliberty.features/couchdb-1.0 "23.0.0.5"]
Apache Buildr
'io.openliberty.features:couchdb-1.0:jar:23.0.0.5'