We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9ac3c4 commit 88b5f4eCopy full SHA for 88b5f4e
1 file changed
README.md
@@ -40,7 +40,7 @@ $ javac -classpath sendgrid-1.2.1-jar.jar:. SendGridExample.java && java -classp
40
41
## Installation
42
43
-Choose your installation method - Maven w/ Gradle (recommended) or Jar file.
+Choose your installation method - Maven w/ Gradle (recommended), Maven or Jar file.
44
45
### via Maven w/ Gradle
46
@@ -65,6 +65,12 @@ Then import the library - in the file appropriate to your Java project.
65
import com.sendgrid.SendGrid;
66
```
67
68
+### via Maven
69
+
70
+```
71
+mvn install
72
73
74
### via jar file
75
76
You can just drop the jar file in. It's a fat jar - it has all the dependencies built in.
0 commit comments