Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

Commit

Permalink
chore: fix README versions
Browse files Browse the repository at this point in the history
  • Loading branch information
chingor13 committed Oct 1, 2019
1 parent f974504 commit 4b125c2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Expand Up @@ -13,22 +13,22 @@ Java idiomatic client for [Cloud Auto ML][api-reference].
## Quickstart

[//]: # ({x-version-update-start:automl:released})
[//]: # ({x-version-update-start:google-cloud-automl:released})
If you are using Maven, add this to your pom.xml file
```xml
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-automl</artifactId>
<version>0.111.0-beta</version>
<version>0.112.0-beta</version>
</dependency>
```
If you are using Gradle, add this to your dependencies
```Groovy
compile 'com.google.cloud:google-cloud-automl:0.111.0-beta'
compile 'com.google.cloud:google-cloud-automl:0.112.0-beta'
```
If you are using SBT, add this to your dependencies
```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-automl" % "0.111.0-beta"
libraryDependencies += "com.google.cloud" % "google-cloud-automl" % "0.112.0-beta"
```
[//]: # ({x-version-update-end})

Expand Down Expand Up @@ -124,4 +124,4 @@ Java 11 | [![Kokoro CI][kokoro-badge-image-5]][kokoro-badge-link-5]
[troubleshooting]: https://github.com/googleapis/google-cloud-common/blob/master/troubleshooting/readme.md#troubleshooting
[contributing]: https://github.com/googleapis/java-automl/blob/master/CONTRIBUTING.md
[code-of-conduct]: https://github.com/googleapis/java-automl/blob/master/CODE_OF_CONDUCT.md#contributor-code-of-conduct
[license]: https://github.com/googleapis/java-automl/blob/master/LICENSE
[license]: https://github.com/googleapis/java-automl/blob/master/LICENSE

0 comments on commit 4b125c2

Please sign in to comment.