is not current version
Last Version 2.5.0

com.cedarsoft.couchdb:core 2.0.1

The couchdb core module - without any unnecessary dependencies

GroupId

GroupId

com.cedarsoft.couchdb
ArtifactId

ArtifactId

core
Version

Version

2.0.1
Type

Type

jar

Download core 2.0.1


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