| Группа | Группаcom.cedarsoft |
|---|---|
| Идентификатор | Идентификаторcouchdb |
| Версия | Версия1.0.3 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| couchdb-1.0.3.pom | |
| couchdb-1.0.3.jar | 55 KB |
| couchdb-1.0.3-tests.jar | 28 KB |
| couchdb-1.0.3-sources.jar | 45 KB |
| couchdb-1.0.3-javadoc.jar | 195 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.cedarsoft/couchdb/ -->
<dependency>
<groupId>com.cedarsoft</groupId>
<artifactId>couchdb</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.cedarsoft/couchdb/
implementation 'com.cedarsoft:couchdb:1.0.3'
// https://jarcasting.com/artifacts/com.cedarsoft/couchdb/
implementation ("com.cedarsoft:couchdb:1.0.3")
'com.cedarsoft:couchdb:jar:1.0.3'
<dependency org="com.cedarsoft" name="couchdb" rev="1.0.3">
<artifact name="couchdb" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cedarsoft', module='couchdb', version='1.0.3')
)
libraryDependencies += "com.cedarsoft" % "couchdb" % "1.0.3"
[com.cedarsoft/couchdb "1.0.3"]