You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -56,11 +56,14 @@ Then import the library - in the file appropriate to your Java project.
56
56
importcom.github.sendgrid.SendGrid;
57
57
```
58
58
59
-
You will also need to include the [http-request library from kevinsawicki](https://github.com/kevinsawicki/http-request).
59
+
Also include these REQUIRED dependencies in your project:
60
+
61
+
You need to include the [http-request library from kevinsawicki](https://github.com/kevinsawicki/http-request).
62
+
You need to include the [json library from chargebee](http://maven-repository.com/artifact/org.json/org.json/chargebee-1.0)
60
63
61
64
### via Maven
62
65
63
-
I'd like to get this on Maven. Please [create an issue](https://github.com/sendgrid/sendgrid-java/issues/new) if you'd like to see it on Maven as well.
66
+
I'd like to get this on Maven. Please [+1 your support](https://github.com/sendgrid/sendgrid-java/issues/6) if you'd like to see it on Maven as well.
0 commit comments