is not current version
Last Version 4.5.1

com.sendgrid:java-http-client 2.2.0

A simple HTTP client

Categories

Categories

Java Languages CLI User Interface
GroupId

GroupId

com.sendgrid
ArtifactId

ArtifactId

java-http-client
Version

Version

2.2.0
Type

Type

jar

Download java-http-client 2.2.0


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