sendgrid-smtpapi-java
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.revinate</groupId> <artifactId>sendgrid-smtpapi-java</artifactId> <version>2.0.0</version> </dependency>
<?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.revinate</groupId> <artifactId>sendgrid-smtpapi-java</artifactId> <version>2.0.0</version> <name>SendGrid SMTP API Java Bindings</name> <description>SendGrid SMTP API Java Bindings</description> <url>https://github.com/revinate/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>revinate</id> <name>Revinate, Inc</name> </developer> </developers> <scm> <connection>scm:git:git://github.com/revinate/sendgrid-smtpapi-java.git</connection> <developerConnection>scm:git:ssh://git@github.com:revinate/sendgrid-smtpapi-java.git</developerConnection> <url>https://github.com/revinate/sendgrid-smtpapi-java</url> </scm> <dependencies> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.12</version> <scope>test</scope> </dependency> <dependency> <groupId>org.json</groupId> <artifactId>json</artifactId> <version>20140107</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.hamcrest</groupId> <artifactId>hamcrest-library</artifactId> <version>1.3</version> <scope>test</scope> </dependency> </dependencies> </project>