s

sendgrid-java

This Java module allows you to quickly and easily send emails through Twilio SendGrid using Java.
https://github.com/sendgrid/sendgrid-java
The MIT License (MIT)
Elmer Thomas
文件下载
文件名 操作
sendgrid-java-4.9.3.jar 下载
sendgrid-java-4.9.3.pom 下载
sendgrid-java-4.9.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.sendgrid</groupId>
  <artifactId>sendgrid-java</artifactId>
  <version>4.9.3</version>
</dependency>
Gradle Groovy
implementation 'com.sendgrid:sendgrid-java:4.9.3'
Gradle Kotlin
implementation("com.sendgrid:sendgrid-java:4.9.3")
Scala SBT
libraryDependencies += "com.sendgrid" % "sendgrid-java" % "4.9.3"
Groovy Grape
@Grapes(
  @Grab(group='com.sendgrid', module='sendgrid-java', version='4.9.3')
)
Apache Ivy
<dependency org="com.sendgrid" name="sendgrid-java" rev="4.9.3" />
Leiningen
[com.sendgrid/sendgrid-java "4.9.3"]
Apache Buildr
'com.sendgrid:sendgrid-java:jar:4.9.3'