File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
Expand file tree Collapse file tree 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!
6464
6565##### Prerequisites #####
6666
67- - Java 1.7 and up
67+ - Java version Oracle JDK 7, 8 or OpenJDK 7
6868- Please see [ build.gradle] ( https://github.com/sendgrid/java-http-client/blob/master/build.gradle )
6969
7070##### 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/
1010
1111# Installation
1212
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
1418
1519``` groovy
1620...
@@ -25,7 +29,7 @@ repositories {
2529...
2630```
2731
28- ## Maven
32+ ### Maven
2933
3034``` xml
3135<dependency >
@@ -37,7 +41,7 @@ repositories {
3741
3842` mvn install `
3943
40- ## Fat Jar
44+ ## Install via Fat Jar
4145
4246[ Download] ( http://repo1.maven.org/maven2/com/sendgrid/java-http-client/2.3.2/java-http-client-2.3.2-jar.jar )
4347
You can’t perform that action at this time.
0 commit comments