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
Then import the library - in the file appropriate to your Java project.
20
46
21
-
I highly recommend [Gradle](http://www.gradle.org/) to manage your project's library dependencies.
47
+
```java
48
+
importcom.github.scottmotte.sendgrid.Sendgrid;
49
+
```
50
+
51
+
#### via copy/paste
52
+
53
+
Copy and paste the [SendGrid.java](https://github.com/scottmotte/sendgrid-java/blob/master/src/main/java/com/github/scottmotte/sendgrid/Sendgrid.java) file into your project. That file is available here: [https://github.com/scottmotte/sendgrid-java/blob/master/src/main/java/com/github/scottmotte/sendgrid/Sendgrid.java](https://github.com/scottmotte/sendgrid-java/blob/master/src/main/java/com/github/scottmotte/sendgrid/Sendgrid.java)
54
+
55
+
Then import the library - in the file appropriate to your Java project.
56
+
57
+
```java
58
+
importcom.github.scottmotte.sendgrid.Sendgrid;
59
+
```
22
60
61
+
#### via Maven
23
62
63
+
I'd like to get this on Maven. Please [create an issue](https://github.com/scottmotte/sendgrid-java/issues/new) if you'd like to see it on Maven as well.
0 commit comments