Skip to content

Commit

Permalink
Added supported versions to the README
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkingserious committed Jul 19, 2016
1 parent b4997b9 commit 788bb8a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ We welcome direct contributions to the java-http-client code base. Thank you!

##### Prerequisites #####

- Java 1.7 and up
- Java version Oracle JDK 7, 8 or OpenJDK 7
- Please see [build.gradle](https://github.com/sendgrid/java-http-client/blob/master/build.gradle)

##### Initial setup: #####
Expand Down
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@ All updates to this project is documented in our [CHANGELOG](https://github.com/

# Installation

## via Maven w/ Gradle
## Prerequisites

- Java version Oracle JDK 7, 8 or OpenJDK 7

## Install via Maven w/ Gradle

```groovy
...
Expand All @@ -25,7 +29,7 @@ repositories {
...
```

## Maven
### Maven

```xml
<dependency>
Expand All @@ -37,7 +41,7 @@ repositories {

`mvn install`

## Fat Jar
## Install via Fat Jar

[Download](http://repo1.maven.org/maven2/com/sendgrid/java-http-client/2.3.2/java-http-client-2.3.2-jar.jar)

Expand Down

0 comments on commit 788bb8a

Please sign in to comment.