License |
License
GPLv3 with Classpath Exception
|
---|---|
GroupId | GroupIdcom.cedarsoft.couchdb |
ArtifactId | ArtifactIdcore |
Last Version | Last Version2.5.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCouchDB Core
The couchdb core module - without any unnecessary dependencies
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
core-2.5.0.pom | |
core-2.5.0.jar | 32 KB |
core-2.5.0-tests.jar | 4 KB |
core-2.5.0-sources.jar | 29 KB |
core-2.5.0-javadoc.jar | 153 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.cedarsoft.couchdb/core/ -->
<dependency>
<groupId>com.cedarsoft.couchdb</groupId>
<artifactId>core</artifactId>
<version>2.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.cedarsoft.couchdb/core/
implementation 'com.cedarsoft.couchdb:core:2.5.0'
// https://jarcasting.com/artifacts/com.cedarsoft.couchdb/core/
implementation ("com.cedarsoft.couchdb:core:2.5.0")
'com.cedarsoft.couchdb:core:jar:2.5.0'
<dependency org="com.cedarsoft.couchdb" name="core" rev="2.5.0">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cedarsoft.couchdb', module='core', version='2.5.0')
)
libraryDependencies += "com.cedarsoft.couchdb" % "core" % "2.5.0"
[com.cedarsoft.couchdb/core "2.5.0"]
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 18.0 |
commons-io : commons-io | jar | 2.4 |
com.sun.jersey : jersey-client | jar | 1.17.1 |
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 |