You can download smtpapi-java-1.1.1.jar in this page.
MIT License
smtpapi-java-1.1.1.jar file has the following types.
META-INF/MANIFEST.MF com.sendgrid.smtpapi.SMTPAPI.class
smtpapi-java-1.1.1.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>smtpapi-java</artifactId> <version>1.1.1</version> <name>smtpapi-java</name> <description>SMTPAPI Java helper library</description> <url>https://github.com/sendgrid/smtpapi-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>elbuo8</id> <name>Yamil Asusta</name> </developer> </developers> <scm> <connection>scm:git@github.com:sendgrid/smtpapi-java.git</connection> <developerConnection>scm:git@github.com:sendgrid/smtpapi-java.git</developerConnection> <url>scm:git@github.com:sendgrid/smtpapi-java.git</url> </scm> <dependencies> <dependency> <groupId>org.json</groupId> <artifactId>json</artifactId> <version>20140107</version> <scope>compile</scope> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.12</version> <scope>test</scope> </dependency> <dependency> <groupId>org.skyscreamer</groupId> <artifactId>jsonassert</artifactId> <version>1.2.3</version> <scope>test</scope> </dependency> </dependencies> </project>
<dependency> <groupId>com.sendgrid</groupId> <artifactId>smtpapi-java</artifactId> <version>1.1.1</version> </dependency>
If you think the following smtpapi-java-1.1.1.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download smtpapi-java-1.1.1.jar file