Download sendgrid-java-2.2.2.jar file - Jar s

Jar examples for s:sendgrid-java

Description

Fork of SendGrid Java helper library that uses async HTTP client

You can download jar file sendgrid-java 2.2.2 in this page.

License

MIT License

Build File

You can use the following script to add sendgrid-java-2.2.2.jar to your project.

<dependency>
   <groupId>com.flozano.sendgrid</groupId>
   <artifactId>sendgrid-java</artifactId>
   <version>2.2.2</version>
</dependency>
compile group: 'com.flozano.sendgrid', name: 'sendgrid-java', version: '2.2.2'
libraryDependencies += "com.flozano.sendgrid" % "sendgrid-java" % "2.2.2"
<dependency org="com.flozano.sendgrid" name="sendgrid-java" rev="2.2.2"/>
@Grapes(@Grab(group='com.flozano.sendgrid', module='sendgrid-java', version='2.2.2'))
'com.flozano.sendgrid:sendgrid-java:jar:2.2.2'

Download

Click the following link to download the jar file.

sendgrid-java-2.2.2-jar.jar
sendgrid-java-2.2.2-javadoc.jar
sendgrid-java-2.2.2-sources.jar
sendgrid-java-2.2.2.jar
sendgrid-java-2.2.2.pom



Related Tutorials