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