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
文件下载
文件名 操作
couchdb-1.0-23.0.0.3.pom 下载
Apache Maven
<dependency>
  <groupId>io.openliberty.features</groupId>
  <artifactId>couchdb-1.0</artifactId>
  <version>23.0.0.3</version>
  <type>esa</type>
</dependency>
Gradle Groovy
implementation 'io.openliberty.features:couchdb-1.0:23.0.0.3'
Gradle Kotlin
implementation("io.openliberty.features:couchdb-1.0:23.0.0.3")
Scala SBT
libraryDependencies += "io.openliberty.features" % "couchdb-1.0" % "23.0.0.3"
Groovy Grape
@Grapes(
  @Grab(group='io.openliberty.features', module='couchdb-1.0', version='23.0.0.3')
)
Apache Ivy
<dependency org="io.openliberty.features" name="couchdb-1.0" rev="23.0.0.3" />
Leiningen
[io.openliberty.features/couchdb-1.0 "23.0.0.3"]
Apache Buildr
'io.openliberty.features:couchdb-1.0:jar:23.0.0.3'