Categories |
CategoriesData CLI User Interface |
---|---|
GroupId | GroupIdcom.github.datastax-oss |
ArtifactId | ArtifactIdhttp-client |
Version | Version2.2.2 |
Type | Typejar |
Filename | Size |
---|---|
http-client-2.2.2.pom | |
http-client-2.2.2.jar | 6 MB |
http-client-2.2.2-sources.jar | 14 KB |
http-client-2.2.2-javadoc.jar | 108 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.datastax-oss/http-client/ -->
<dependency>
<groupId>com.github.datastax-oss</groupId>
<artifactId>http-client</artifactId>
<version>2.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.datastax-oss/http-client/
implementation 'com.github.datastax-oss:http-client:2.2.2'
// https://jarcasting.com/artifacts/com.github.datastax-oss/http-client/
implementation ("com.github.datastax-oss:http-client:2.2.2")
'com.github.datastax-oss:http-client:jar:2.2.2'
<dependency org="com.github.datastax-oss" name="http-client" rev="2.2.2">
<artifact name="http-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.datastax-oss', module='http-client', version='2.2.2')
)
libraryDependencies += "com.github.datastax-oss" % "http-client" % "2.2.2"
[com.github.datastax-oss/http-client "2.2.2"]