is not current version
Last Version 2.5.0

com.cedarsoft.couchdb:core 2.0.0

The couchdb core module - without any unnecessary dependencies

GroupId

GroupId

com.cedarsoft.couchdb
ArtifactId

ArtifactId

core
Version

Version

2.0.0
Type

Type

jar

Download core 2.0.0


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