GroupId | GroupIdcom.cedarsoft |
---|---|
ArtifactId | ArtifactIdcouchdb |
Version | Version1.0.6 |
Type | Typejar |
Filename | Size |
---|---|
couchdb-1.0.6.pom | |
couchdb-1.0.6.jar | 57 KB |
couchdb-1.0.6-tests.jar | 29 KB |
couchdb-1.0.6-sources.jar | 46 KB |
couchdb-1.0.6-javadoc.jar | 204 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.cedarsoft/couchdb/ -->
<dependency>
<groupId>com.cedarsoft</groupId>
<artifactId>couchdb</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.cedarsoft/couchdb/
implementation 'com.cedarsoft:couchdb:1.0.6'
// https://jarcasting.com/artifacts/com.cedarsoft/couchdb/
implementation ("com.cedarsoft:couchdb:1.0.6")
'com.cedarsoft:couchdb:jar:1.0.6'
<dependency org="com.cedarsoft" name="couchdb" rev="1.0.6">
<artifact name="couchdb" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cedarsoft', module='couchdb', version='1.0.6')
)
libraryDependencies += "com.cedarsoft" % "couchdb" % "1.0.6"
[com.cedarsoft/couchdb "1.0.6"]