is not current version
Last Version 2.5.0

com.cedarsoft:couchdb 2.0.1


GroupId

GroupId

com.cedarsoft
ArtifactId

ArtifactId

couchdb
Version

Version

2.0.1
Type

Type

jar

Download couchdb 2.0.1


<!-- https://jarcasting.com/artifacts/com.cedarsoft/couchdb/ -->
<dependency>
    <groupId>com.cedarsoft</groupId>
    <artifactId>couchdb</artifactId>
    <version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.cedarsoft/couchdb/
implementation 'com.cedarsoft:couchdb:2.0.1'
// https://jarcasting.com/artifacts/com.cedarsoft/couchdb/
implementation ("com.cedarsoft:couchdb:2.0.1")
'com.cedarsoft:couchdb:jar:2.0.1'
<dependency org="com.cedarsoft" name="couchdb" rev="2.0.1">
  <artifact name="couchdb" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cedarsoft', module='couchdb', version='2.0.1')
)
libraryDependencies += "com.cedarsoft" % "couchdb" % "2.0.1"
[com.cedarsoft/couchdb "2.0.1"]