is not current version
Last Version 4.5.1

com.sendgrid:java-http-client 1.0.0

A simple HTTP client

Categories

Categories

Java Languages CLI User Interface
GroupId

GroupId

com.sendgrid
ArtifactId

ArtifactId

java-http-client
Version

Version

1.0.0
Type

Type

jar

Download java-http-client 1.0.0


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