We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f023d07 commit d5a0d6cCopy full SHA for d5a0d6c
1 file changed
google-cloud-translate/README.md
@@ -22,16 +22,16 @@ If you are using Maven, add this to your pom.xml file
22
<dependency>
23
<groupId>com.google.cloud</groupId>
24
<artifactId>google-cloud-translate</artifactId>
25
- <version>0.13.0-alpha</version>
+ <version>0.13.0-beta</version>
26
</dependency>
27
```
28
If you are using Gradle, add this to your dependencies
29
```Groovy
30
-compile 'com.google.cloud:google-cloud-translate:0.13.0-alpha'
+compile 'com.google.cloud:google-cloud-translate:0.13.0-beta'
31
32
If you are using SBT, add this to your dependencies
33
```Scala
34
-libraryDependencies += "com.google.cloud" % "google-cloud-translate" % "0.13.0-alpha"
+libraryDependencies += "com.google.cloud" % "google-cloud-translate" % "0.13.0-beta"
35
36
37
Example Application
0 commit comments