Download sendgrid-java-3.1.0.jar file

Introduction

You can download sendgrid-java-3.1.0.jar in this page.

License

MIT License

Type List

sendgrid-java-3.1.0.jar file has the following types.

META-INF/MANIFEST.MF
com.sendgrid.ASM.class
com.sendgrid.Attachments.class
com.sendgrid.BccSettings.class
com.sendgrid.ClickTrackingSetting.class
com.sendgrid.Content.class
com.sendgrid.Email.class
com.sendgrid.FooterSetting.class
com.sendgrid.GoogleAnalyticsSetting.class
com.sendgrid.Mail.class
com.sendgrid.MailSettings.class
com.sendgrid.OpenTrackingSetting.class
com.sendgrid.Personalization.class
com.sendgrid.SendGrid.class
com.sendgrid.Setting.class
com.sendgrid.SpamCheckSetting.class
com.sendgrid.SubscriptionTrackingSetting.class
com.sendgrid.TrackingSettings.class

Pom

sendgrid-java-3.1.0.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.sendgrid</groupId>
  <artifactId>sendgrid-java</artifactId>
  <version>3.1.0</version>
  <name>sendgrid-java</name>
  <description>SendGrid Java helper library</description>
  <url>https://github.com/sendgrid/sendgrid-java</url>
  <licenses>
    <license>
      <name>MIT License</name>
      <url>http://opensource.org/licenses/MIT</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>thinkingserious</id>
      <name>Elmer Thomas</name>
    </developer>
    <developer>
      <id>scottmotte</id>
      <name>Scott Motte</name>
    </developer>
    <developer>
      <id>elbou8</id>
      <name>Yamil Asusta</name>
    </developer>
    <developer>
      <id>eddiezane</id>
      <name>Eddie Zaneski</name>
    </developer>
  </developers>
  <scm>
    <connection>scm:git@github.com:sendgrid/sendgrid-java.git</connection>
    <developerConnection>scm:git@github.com:sendgrid/sendgrid-java.git</developerConnection>
    <url>scm:git@github.com:sendgrid/sendgrid-java.git</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.sendgrid</groupId>
      <artifactId>java-http-client</artifactId>
      <version>2.3.4</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.core</groupId>
      <artifactId>jackson-core</artifactId>
      <version>2.5.3</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.12</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.core</groupId>
      <artifactId>jackson-databind</artifactId>
      <version>2.5.3</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.core</groupId>
      <artifactId>jackson-annotations</artifactId>
      <version>2.5.3</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>

POM Entry

<dependency>
   <groupId>com.sendgrid</groupId>
   <artifactId>sendgrid-java</artifactId>
   <version>3.1.0</version>
</dependency>

Download

If you think the following sendgrid-java-3.1.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download sendgrid-java-3.1.0.jar file




PreviousNext

Related