Skip to content

Commit

Permalink
Update README for 20.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
cgdecker committed Oct 28, 2016
1 parent d7eaec9 commit 1326d05
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,38 +14,38 @@ Requires JDK 1.6 or higher (as of 12.0).
Latest release
--------------

The most recent release is [Guava 19.0][], released December 9, 2015.
The most recent release is [Guava 20.0][], released October 28, 2016.

- 19.0 API Docs: [guava][guava-release-api-docs], [guava-testlib][testlib-release-api-docs]
- 19.0 API Diffs from 18.0: [guava][guava-release-api-diffs]
- 20.0 API Docs: [guava][guava-release-api-docs], [guava-testlib][testlib-release-api-docs]
- 20.0 API Diffs from 19.0: [guava][guava-release-api-diffs]

To add a dependency on Guava using Maven, use the following:

```xml
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>19.0</version>
<version>20.0</version>
</dependency>
```

To add a dependency using Gradle:

```
dependencies {
compile 'com.google.guava:guava:19.0'
compile 'com.google.guava:guava:20.0'
}
```

Snapshots
---------

Snapshots of Guava built from the `master` branch are available through Maven
using version `20.0-SNAPSHOT`. API documentation and diffs from version 19.0
using version `21.0-SNAPSHOT`. API documentation and diffs from version 20.0
are available here:

- Snapshot API Docs: [guava][guava-snapshot-api-docs]
- Snapshot API Diffs from 19.0: [guava][guava-snapshot-api-diffs]
- Snapshot API Diffs from 20.0: [guava][guava-snapshot-api-diffs]

Learn about Guava
------------------
Expand Down Expand Up @@ -90,10 +90,10 @@ untrusted code.
Linux. Some features, especially in `com.google.common.io`, may not work
correctly in other environments.

[Guava 19.0]: https://github.com/google/guava/wiki/Release19
[guava-release-api-docs]: http://google.github.io/guava/releases/19.0/api/docs/
[testlib-release-api-docs]: http://www.javadoc.io/doc/com.google.guava/guava-testlib/19.0
[guava-release-api-diffs]: http://google.github.io/guava/releases/19.0/api/diffs/
[Guava 20.0]: https://github.com/google/guava/wiki/Release19
[guava-release-api-docs]: http://google.github.io/guava/releases/20.0/api/docs/
[testlib-release-api-docs]: http://www.javadoc.io/doc/com.google.guava/guava-testlib/20.0
[guava-release-api-diffs]: http://google.github.io/guava/releases/20.0/api/diffs/
[guava-snapshot-api-docs]: http://google.github.io/guava/releases/snapshot/api/docs/
[guava-snapshot-api-diffs]: http://google.github.io/guava/releases/snapshot/api/diffs/
[Guava Explained]: https://github.com/google/guava/wiki/Home

0 comments on commit 1326d05

Please sign in to comment.