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