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