We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea0f6b2 commit c293f06Copy full SHA for c293f06
1 file changed
README.md
@@ -48,16 +48,6 @@ Then import the library - in the file appropriate to your Java project.
48
import com.sendgrid.SendGrid;
49
```
50
51
-### via jar file
52
-
53
-You can just drop the jar file in. It's a fat jar - it has all the dependencies built in.
54
55
-[sendgrid-java.jar](https://sendgrid-open-source.s3.amazonaws.com/sendgrid-java/sendgrid-java.jar)
56
57
-```java
58
-import com.sendgrid.*;
59
-```
60
61
## Usage
62
63
To begin using this library, initialize the SendGrid object with your SendGrid credentials.
0 commit comments