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.
44
44
45
45
```java
46
-
importcom.github.scottmotte.sendgrid.SendGrid;
46
+
importcom.github.sendgrid.SendGrid;
47
47
```
48
48
49
49
### via copy/paste
50
50
51
-
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)
51
+
Copy and paste the [SendGrid.java](https://github.com/sendgrid/sendgrid-java/blob/master/src/main/java/com/github/sendgrid/SendGrid.java) file into your project. That file is available here: [https://github.com/sendgrid/sendgrid-java/blob/master/src/main/java/com/github/sendgrid/SendGrid.java](https://github.com/sendgrid/sendgrid-java/blob/master/src/main/java/com/github/sendgrid/SendGrid.java)
52
52
53
53
Then import the library - in the file appropriate to your Java project.
54
54
55
55
```java
56
-
importcom.github.scottmotte.sendgrid.SendGrid;
56
+
importcom.github.sendgrid.SendGrid;
57
57
```
58
58
59
59
### via Maven
60
60
61
-
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.
61
+
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.
62
62
63
63
## Usage
64
64
65
65
To begin using this library, initialize the SendGrid object with your SendGrid credentials.
0 commit comments