组织ID: |
com.sendgrid |
项目ID: |
sendgrid-java |
版本: |
4.3.0 |
最后修改时间: |
2018-10-17 12:40:03 |
包类型: |
jar |
标题: |
sendgrid-java |
描述: |
SendGrid Java helper library |
相关URL: |
https://github.com/sendgrid/sendgrid-java |
大小: |
31.53KB |
|
Maven引入代码: |
<dependency>
<groupId>com.sendgrid</groupId>
<artifactId>sendgrid-java</artifactId>
<version>4.3.0</version>
</dependency>
|
Gradle引入代码: |
com.sendgrid:sendgrid-java:4.3.0
|
下载Jar包: |
|
POM文件内容: |
<?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>4.3.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>4.1.0</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.9.5</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>2.9.5</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.9.5</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
com.sendgrid.SendGridAPI.class
com.sendgrid.SpamCheckSetting.class
com.sendgrid.Attachments$Builder.class
com.sendgrid.OpenTrackingSetting.class
com.sendgrid.Setting.class
com.sendgrid.GoogleAnalyticsSetting.class
com.sendgrid.ASM.class
com.sendgrid.FooterSetting.class
com.sendgrid.Personalization.class
com.sendgrid.Email.class
com.sendgrid.SendGrid$1.class
com.sendgrid.MailSettings.class
com.sendgrid.BccSettings.class
com.sendgrid.Content.class
com.sendgrid.APICallback.class
com.sendgrid.TrackingSettings.class
com.sendgrid.Mail.class
com.sendgrid.SendGrid$2.class
com.sendgrid.ClickTrackingSetting.class
com.sendgrid.SendGrid.class
com.sendgrid.Attachments.class
com.sendgrid.ContentVerifier.class
com.sendgrid.SubscriptionTrackingSetting.class
com.sendgrid.RateLimitException.class
|
依赖Jar: |
java-http-client-4.1.0.jar
/com.sendgrid/java-http-client/4.1.0
查看java-http-client所有版本文件
junit-4.12.jar
/junit/junit/4.12
查看junit所有版本文件
jackson-databind-2.9.5.jar
/com.fasterxml.jackson.core/jackson-databind/2.9.5
查看jackson-databind所有版本文件
jackson-annotations-2.9.5.jar
/com.fasterxml.jackson.core/jackson-annotations/2.9.5
查看jackson-annotations所有版本文件
jackson-core-2.9.5.jar
/com.fasterxml.jackson.core/jackson-core/2.9.5
查看jackson-core所有版本文件
|