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