| License |
License
GPLv3 with Classpath Exception
|
|---|---|
| GroupId | GroupIdcom.cedarsoft |
| ArtifactId | ArtifactIdcouchdb |
| Last Version | Last Version2.5.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionCouchDB
Parent for CouchDB integration
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| couchdb-2.5.0.pom | |
| couchdb-2.5.0.jar | 50 KB |
| couchdb-2.5.0-tests.jar | 28 KB |
| couchdb-2.5.0-sources.jar | 42 KB |
| couchdb-2.5.0-javadoc.jar | 189 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.cedarsoft/couchdb/ -->
<dependency>
<groupId>com.cedarsoft</groupId>
<artifactId>couchdb</artifactId>
<version>2.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.cedarsoft/couchdb/
implementation 'com.cedarsoft:couchdb:2.5.0'
// https://jarcasting.com/artifacts/com.cedarsoft/couchdb/
implementation ("com.cedarsoft:couchdb:2.5.0")
'com.cedarsoft:couchdb:jar:2.5.0'
<dependency org="com.cedarsoft" name="couchdb" rev="2.5.0">
<artifact name="couchdb" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cedarsoft', module='couchdb', version='2.5.0')
)
libraryDependencies += "com.cedarsoft" % "couchdb" % "2.5.0"
[com.cedarsoft/couchdb "2.5.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.cedarsoft.couchdb : core | jar | 2.5.0 |
| com.cedarsoft.serialization : jackson | jar | 7.1.0 |
| commons-io : commons-io | jar | 2.4 |
| com.sun.jersey : jersey-client | jar | 1.17.1 |
| com.sun.jersey.contribs : jersey-apache-client4 | jar | 1.17.1 |
| com.cedarsoft.commons : exceptions | jar | 7.1.0 |
| com.google.guava : guava | jar | 18.0 |
| com.google.code.findbugs : jsr305 | jar | 3.0.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.cedarsoft.commons : test-utils | jar | 7.1.0 |
| com.cedarsoft.serialization : test-utils | jar | 7.1.0 |
| junit : junit | jar | 4.12 |
| org.assertj : assertj-core | jar | 3.1.0 |