diff --git a/README.md b/README.md index 73ae6877e2..3440e88f52 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,12 @@ If you are using Maven without Bom, Add this to your dependencies. ``` If you are using Gradle, add this to your dependencies ```Groovy +repositories { + google() + central() + //other repositories + } + compile 'com.google.cloud:google-cloud-storage:1.105.0' ``` If you are using SBT, add this to your dependencies