License |
License |
---|---|
Categories |
CategoriesAnt Build Tools |
GroupId | GroupIdcom.cloudant |
ArtifactId | ArtifactIdcloudant-http |
Last Version | Last Version2.20.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjava-cloudant
HTTP utilities for Java Cloudant clients
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
cloudant-http-2.20.1.pom | |
cloudant-http-2.20.1.jar | 38 KB |
cloudant-http-2.20.1-sources.jar | 38 KB |
cloudant-http-2.20.1-javadoc.jar | 54 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.cloudant/cloudant-http/ -->
<dependency>
<groupId>com.cloudant</groupId>
<artifactId>cloudant-http</artifactId>
<version>2.20.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.cloudant/cloudant-http/
implementation 'com.cloudant:cloudant-http:2.20.1'
// https://jarcasting.com/artifacts/com.cloudant/cloudant-http/
implementation ("com.cloudant:cloudant-http:2.20.1")
'com.cloudant:cloudant-http:jar:2.20.1'
<dependency org="com.cloudant" name="cloudant-http" rev="2.20.1">
<artifact name="cloudant-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cloudant', module='cloudant-http', version='2.20.1')
)
libraryDependencies += "com.cloudant" % "cloudant-http" % "2.20.1"
[com.cloudant/cloudant-http "2.20.1"]
Group / Artifact | Type | Version |
---|---|---|
commons-io : commons-io | jar | 2.4 |
com.squareup.okhttp3 : okhttp-urlconnection Optional | jar | 3.12.12 |