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