License |
License |
---|---|
Categories |
CategoriesJava Languages CLI User Interface |
GroupId | GroupIdcom.sendgrid |
ArtifactId | ArtifactIdjava-http-client |
Last Version | Last Version4.5.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionA simple HTTP client
HTTP REST client, simplified for Java
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.sendgrid/java-http-client/ -->
<dependency>
<groupId>com.sendgrid</groupId>
<artifactId>java-http-client</artifactId>
<version>4.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.sendgrid/java-http-client/
implementation 'com.sendgrid:java-http-client:4.5.1'
// https://jarcasting.com/artifacts/com.sendgrid/java-http-client/
implementation ("com.sendgrid:java-http-client:4.5.1")
'com.sendgrid:java-http-client:jar:4.5.1'
<dependency org="com.sendgrid" name="java-http-client" rev="4.5.1">
<artifact name="java-http-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sendgrid', module='java-http-client', version='4.5.1')
)
libraryDependencies += "com.sendgrid" % "java-http-client" % "4.5.1"
[com.sendgrid/java-http-client "4.5.1"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.httpcomponents : httpcore | jar | 4.4.15 |
org.apache.httpcomponents : httpclient | jar | 4.5.13 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit-dep | jar | 4.11 |
org.mockito : mockito-core | jar | 1.10.19 |