Download sendgrid-java-2.1.0.jar file

Introduction

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

License

MIT License

Type List

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

META-INF/MANIFEST.MF
com.sendgrid.Mail.class
com.sendgrid.SendGrid.class
com.sendgrid.SendGridException.class
com.sendgrid.SendGridResponse.class

Pom

sendgrid-java-2.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>2.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>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>smtpapi-java</artifactId>
      <version>1.1.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.json</groupId>
      <artifactId>json</artifactId>
      <version>20140107</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.httpcomponents</groupId>
      <artifactId>httpcore</artifactId>
      <version>4.3.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.httpcomponents</groupId>
      <artifactId>httpclient</artifactId>
      <version>4.3.4</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.12</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.httpcomponents</groupId>
      <artifactId>httpmime</artifactId>
      <version>4.3.4</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>

POM Entry

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

Download

If you think the following sendgrid-java-2.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-2.1.0.jar file




PreviousNext

Related