File tree 2 files changed +8
-4
lines changed
2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ We welcome direct contributions to the java-http-client code base. Thank you!
64
64
65
65
##### Prerequisites #####
66
66
67
- - Java 1.7 and up
67
+ - Java version Oracle JDK 7, 8 or OpenJDK 7
68
68
- Please see [ build.gradle] ( https://github.com/sendgrid/java-http-client/blob/master/build.gradle )
69
69
70
70
##### Initial setup: #####
Original file line number Diff line number Diff line change @@ -10,7 +10,11 @@ All updates to this project is documented in our [CHANGELOG](https://github.com/
10
10
11
11
# Installation
12
12
13
- ## via Maven w/ Gradle
13
+ ## Prerequisites
14
+
15
+ - Java version Oracle JDK 7, 8 or OpenJDK 7
16
+
17
+ ## Install via Maven w/ Gradle
14
18
15
19
``` groovy
16
20
...
@@ -25,7 +29,7 @@ repositories {
25
29
...
26
30
```
27
31
28
- ## Maven
32
+ ### Maven
29
33
30
34
``` xml
31
35
<dependency >
@@ -37,7 +41,7 @@ repositories {
37
41
38
42
` mvn install `
39
43
40
- ## Fat Jar
44
+ ## Install via Fat Jar
41
45
42
46
[ Download] ( http://repo1.maven.org/maven2/com/sendgrid/java-http-client/2.3.2/java-http-client-2.3.2-jar.jar )
43
47
You can’t perform that action at this time.
0 commit comments