License |
License |
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdcom.sendgrid |
ArtifactId | ArtifactIdsendgrid-java |
Last Version | Last Version4.9.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTwilio SendGrid Java helper library
This Java module allows you to quickly and easily send emails through Twilio SendGrid using Java.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
sendgrid-java-4.9.2.pom | |
sendgrid-java-4.9.2.jar | 39 KB |
sendgrid-java-4.9.2-sources.jar | 29 KB |
sendgrid-java-4.9.2-shaded.jar | 7 MB |
sendgrid-java-4.9.2-javadoc.jar | 178 KB |
sendgrid-java-4.9.2-jar-with-dependencies.jar | 6 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sendgrid/sendgrid-java/ -->
<dependency>
<groupId>com.sendgrid</groupId>
<artifactId>sendgrid-java</artifactId>
<version>4.9.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.sendgrid/sendgrid-java/
implementation 'com.sendgrid:sendgrid-java:4.9.2'
// https://jarcasting.com/artifacts/com.sendgrid/sendgrid-java/
implementation ("com.sendgrid:sendgrid-java:4.9.2")
'com.sendgrid:sendgrid-java:jar:4.9.2'
<dependency org="com.sendgrid" name="sendgrid-java" rev="4.9.2">
<artifact name="sendgrid-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sendgrid', module='sendgrid-java', version='4.9.2')
)
libraryDependencies += "com.sendgrid" % "sendgrid-java" % "4.9.2"
[com.sendgrid/sendgrid-java "4.9.2"]
Group / Artifact | Type | Version |
---|---|---|
com.sendgrid : java-http-client | jar | 4.5.0 |
com.fasterxml.jackson.core : jackson-core | jar | 2.13.2 |
com.fasterxml.jackson.core : jackson-annotations | jar | 2.13.2 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.13.2 |
org.bouncycastle : bcprov-jdk15on | jar | 1.70 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit-dep | jar | 4.11 |
org.mockito : mockito-core | jar | 2.28.2 |