License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdorg.eclipse.jnosql.communication |
ArtifactId | ArtifactIdcouchdb-driver |
Last Version | Last Version1.0.0-b4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionThe Eclipse JNoSQL communication layer to Couchdb
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
couchdb-driver-1.0.0-b4.pom | |
couchdb-driver-1.0.0-b4.jar | 32 KB |
couchdb-driver-1.0.0-b4-sources.jar | 21 KB |
couchdb-driver-1.0.0-b4-javadoc.jar | 47 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.jnosql.communication/couchdb-driver/ -->
<dependency>
<groupId>org.eclipse.jnosql.communication</groupId>
<artifactId>couchdb-driver</artifactId>
<version>1.0.0-b4</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.jnosql.communication/couchdb-driver/
implementation 'org.eclipse.jnosql.communication:couchdb-driver:1.0.0-b4'
// https://jarcasting.com/artifacts/org.eclipse.jnosql.communication/couchdb-driver/
implementation ("org.eclipse.jnosql.communication:couchdb-driver:1.0.0-b4")
'org.eclipse.jnosql.communication:couchdb-driver:jar:1.0.0-b4'
<dependency org="org.eclipse.jnosql.communication" name="couchdb-driver" rev="1.0.0-b4">
<artifact name="couchdb-driver" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.jnosql.communication', module='couchdb-driver', version='1.0.0-b4')
)
libraryDependencies += "org.eclipse.jnosql.communication" % "couchdb-driver" % "1.0.0-b4"
[org.eclipse.jnosql.communication/couchdb-driver "1.0.0-b4"]
Group / Artifact | Type | Version |
---|---|---|
org.eclipse.jnosql.communication : communication-document | jar | 1.0.0-b4 |
org.eclipse.jnosql.communication : communication-driver-commons | jar | 1.0.0-b4 |
org.apache.httpcomponents : httpclient-cache | jar | 4.5.13 |
Group / Artifact | Type | Version |
---|---|---|
jakarta.json : jakarta.json-api | jar | 1.1.6 |
jakarta.json.bind : jakarta.json.bind-api | jar | 1.0.2 |
jakarta.annotation : jakarta.annotation-api | jar | 1.3.5 |
jakarta.enterprise : jakarta.enterprise.cdi-api | jar | 2.0.1 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-simple | jar | 1.8.0-beta4 |
jakarta.nosql.tck.communication.driver : driver-tck-document | jar | 1.0.0-b4 |
org.testcontainers : testcontainers | jar | 1.17.2 |
org.eclipse : yasson | jar | 1.0.11 |
org.hamcrest : hamcrest-all | jar | 1.3 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.8.2 |
org.junit.jupiter : junit-jupiter-params | jar | 5.8.2 |
org.mockito : mockito-core | jar | 4.6.0 |
org.mockito : mockito-junit-jupiter | jar | 4.6.0 |
commons-io : commons-io | jar | 2.11.0 |