Categories |
CategoriesData CLI User Interface |
---|---|
GroupId | GroupIdcom.github.datastax-oss |
ArtifactId | ArtifactIdhttp-client |
Version | Version2.2.0 |
Type | Typejar |
Filename | Size |
---|---|
http-client-2.2.0.pom | |
http-client-2.2.0.jar | 6 MB |
http-client-2.2.0-sources.jar | 15 KB |
http-client-2.2.0-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.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.datastax-oss/http-client/
implementation 'com.github.datastax-oss:http-client:2.2.0'
// https://jarcasting.com/artifacts/com.github.datastax-oss/http-client/
implementation ("com.github.datastax-oss:http-client:2.2.0")
'com.github.datastax-oss:http-client:jar:2.2.0'
<dependency org="com.github.datastax-oss" name="http-client" rev="2.2.0">
<artifact name="http-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.datastax-oss', module='http-client', version='2.2.0')
)
libraryDependencies += "com.github.datastax-oss" % "http-client" % "2.2.0"
[com.github.datastax-oss/http-client "2.2.0"]