is not current version
Last Version 4.5.1

com.sendgrid:java-http-client 2.3.4

A simple HTTP client

Categories

Categories

Java Languages CLI User Interface
GroupId

GroupId

com.sendgrid
ArtifactId

ArtifactId

java-http-client
Version

Version

2.3.4
Type

Type

jar

Download java-http-client 2.3.4


<!-- https://jarcasting.com/artifacts/com.sendgrid/java-http-client/ -->
<dependency>
    <groupId>com.sendgrid</groupId>
    <artifactId>java-http-client</artifactId>
    <version>2.3.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.sendgrid/java-http-client/
implementation 'com.sendgrid:java-http-client:2.3.4'
// https://jarcasting.com/artifacts/com.sendgrid/java-http-client/
implementation ("com.sendgrid:java-http-client:2.3.4")
'com.sendgrid:java-http-client:jar:2.3.4'
<dependency org="com.sendgrid" name="java-http-client" rev="2.3.4">
  <artifact name="java-http-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sendgrid', module='java-http-client', version='2.3.4')
)
libraryDependencies += "com.sendgrid" % "java-http-client" % "2.3.4"
[com.sendgrid/java-http-client "2.3.4"]