| GroupId | GroupIdcom.google.code.jcouchdb |
|---|---|
| ArtifactId | ArtifactIdjcouchdb |
| Version | Version0.9.1-2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| jcouchdb-0.9.1-2.pom | |
| jcouchdb-0.9.1-2.jar | 58 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.google.code.jcouchdb/jcouchdb/ -->
<dependency>
<groupId>com.google.code.jcouchdb</groupId>
<artifactId>jcouchdb</artifactId>
<version>0.9.1-2</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.code.jcouchdb/jcouchdb/
implementation 'com.google.code.jcouchdb:jcouchdb:0.9.1-2'
// https://jarcasting.com/artifacts/com.google.code.jcouchdb/jcouchdb/
implementation ("com.google.code.jcouchdb:jcouchdb:0.9.1-2")
'com.google.code.jcouchdb:jcouchdb:jar:0.9.1-2'
<dependency org="com.google.code.jcouchdb" name="jcouchdb" rev="0.9.1-2">
<artifact name="jcouchdb" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.code.jcouchdb', module='jcouchdb', version='0.9.1-2')
)
libraryDependencies += "com.google.code.jcouchdb" % "jcouchdb" % "0.9.1-2"
[com.google.code.jcouchdb/jcouchdb "0.9.1-2"]