Add copy/paste for Gradle projects that want to use Guava.
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=103556414
diff --git a/README.md b/README.md
index fb57053..2f23975 100644
--- a/README.md
+++ b/README.md
@@ -28,6 +28,14 @@
 </dependency>
 ```
 
+To add a dependency using Gradle:
+
+```
+dependencies {
+  compile 'com.google.guava:guava:18.0'
+}
+```
+
 Upcoming release
 ----------------