We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8186df0 commit 49d1e64Copy full SHA for 49d1e64
1 file changed
README.md
@@ -61,6 +61,16 @@ Then import the library - in the file appropriate to your Java project.
61
import com.sendgrid.SendGrid;
62
```
63
64
+### via jar file
65
+
66
+You can just drop the jar file in. It's a fat jar - it has all the dependencies built in.
67
68
+[sendgrid-java.jar](https://sendgrid-open-source.s3.amazonaws.com/sendgrid-java/sendgrid-java.jar)
69
70
+```java
71
+import com.sendgrid.*;
72
+```
73
74
## Usage
75
76
To begin using this library, initialize the SendGrid object with your SendGrid credentials.
0 commit comments