is not current version
Last Version 4.5.1

com.sendgrid:java-http-client 4.3.2

HTTP REST client, simplified for Java

Categories

Categories

Java Languages CLI User Interface
GroupId

GroupId

com.sendgrid
ArtifactId

ArtifactId

java-http-client
Version

Version

4.3.2
Type

Type

jar

Download java-http-client 4.3.2


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