s

sendgrid-java

SendGrid Java helper library
https://github.com/sendgrid/sendgrid-java
MIT License
Elmer Thomas Scott Motte Yamil Asusta Eddie Zaneski
Files download
File Operation
sendgrid-java-4.1.2.jar download
sendgrid-java-4.1.2.pom download
sendgrid-java-4.1.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.sendgrid</groupId>
  <artifactId>sendgrid-java</artifactId>
  <version>4.1.2</version>
</dependency>
Gradle Groovy
implementation 'com.sendgrid:sendgrid-java:4.1.2'
Gradle Kotlin
implementation("com.sendgrid:sendgrid-java:4.1.2")
Scala SBT
libraryDependencies += "com.sendgrid" % "sendgrid-java" % "4.1.2"
Groovy Grape
@Grapes(
  @Grab(group='com.sendgrid', module='sendgrid-java', version='4.1.2')
)
Apache Ivy
<dependency org="com.sendgrid" name="sendgrid-java" rev="4.1.2" />
Leiningen
[com.sendgrid/sendgrid-java "4.1.2"]
Apache Buildr
'com.sendgrid:sendgrid-java:jar:4.1.2'