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