Skip to content

Commit 49d1e64

Browse files
committed
link to download jar file
1 parent 8186df0 commit 49d1e64

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,16 @@ Then import the library - in the file appropriate to your Java project.
6161
import com.sendgrid.SendGrid;
6262
```
6363

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+
6474
## Usage
6575

6676
To begin using this library, initialize the SendGrid object with your SendGrid credentials.

0 commit comments

Comments
 (0)