is not current version
Last Version 4.9.2

com.sendgrid:sendgrid-java 4.7.0

This Java module allows you to quickly and easily send emails through Twilio SendGrid using Java.

Categories

Categories

Java Languages
GroupId

GroupId

com.sendgrid
ArtifactId

ArtifactId

sendgrid-java
Version

Version

4.7.0
Type

Type

jar

Download sendgrid-java 4.7.0


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