Skip to content

Commit

Permalink
Fixing google-cloud-translate version in README (#1926) [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettjonesgoogle authored Apr 17, 2017
1 parent f023d07 commit d5a0d6c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions google-cloud-translate/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@ If you are using Maven, add this to your pom.xml file
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-translate</artifactId>
<version>0.13.0-alpha</version>
<version>0.13.0-beta</version>
</dependency>
```
If you are using Gradle, add this to your dependencies
```Groovy
compile 'com.google.cloud:google-cloud-translate:0.13.0-alpha'
compile 'com.google.cloud:google-cloud-translate:0.13.0-beta'
```
If you are using SBT, add this to your dependencies
```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-translate" % "0.13.0-alpha"
libraryDependencies += "com.google.cloud" % "google-cloud-translate" % "0.13.0-beta"
```

Example Application
Expand Down

0 comments on commit d5a0d6c

Please sign in to comment.