| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 04486a8 commit bde5d0e
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -13,5 +13,5 @@ | |||
| 13 | 13 | # limitations under the License. | |
| 14 | 14 | docker: | |
| 15 | 15 | image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest | |
| 16 | - digest: sha256:6d4e3a15c62cfdcb823d60e16da7521e7c6fc00eba07c8ff12e4de9924a57d28 | ||
| 17 | - # created: 2022-06-29T23:17:33.110417661Z | ||
| 16 | + digest: sha256:f8374176dc59291f05dd3fec927a9da2cda687a9ef4de32e77f699a2be12ab45 | ||
| 17 | + # created: 2022-07-07T14:26:11.880812641Z | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -11,7 +11,7 @@ Java idiomatic client for [Cloud Speech][product-docs]. | |||
| 11 | 11 | ||
| 12 | 12 | ## Quickstart | |
| 13 | 13 | ||
| 14 | - If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file | ||
| 14 | + If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file: | ||
| 15 | 15 | ||
| 16 | 16 | ```xml | |
| 17 | 17 | <dependencyManagement> | |
@@ -52,23 +52,23 @@ If you are using Maven without BOM, add this to your dependencies: | |||
| 52 | 52 | ||
| 53 | 53 | ``` | |
| 54 | 54 | ||
| 55 | - If you are using Gradle 5.x or later, add this to your dependencies | ||
| 55 | + If you are using Gradle 5.x or later, add this to your dependencies: | ||
| 56 | 56 | ||
| 57 | 57 | ```Groovy | |
| 58 | 58 | implementation platform('com.google.cloud:libraries-bom:25.4.0') | |
| 59 | 59 | ||
| 60 | 60 | implementation 'com.google.cloud:google-cloud-speech' | |
| 61 | 61 | ``` | |
| 62 | - If you are using Gradle without BOM, add this to your dependencies | ||
| 62 | + If you are using Gradle without BOM, add this to your dependencies: | ||
| 63 | 63 | ||
| 64 | 64 | ```Groovy | |
| 65 | - implementation 'com.google.cloud:google-cloud-speech:2.5.0' | ||
| 65 | + implementation 'com.google.cloud:google-cloud-speech:2.5.1' | ||
| 66 | 66 | ``` | |
| 67 | 67 | ||
| 68 | - If you are using SBT, add this to your dependencies | ||
| 68 | + If you are using SBT, add this to your dependencies: | ||
| 69 | 69 | ||
| 70 | 70 | ```Scala | |
| 71 | - libraryDependencies += "com.google.cloud" % "google-cloud-speech" % "2.5.0" | ||
| 71 | + libraryDependencies += "com.google.cloud" % "google-cloud-speech" % "2.5.1" | ||
| 72 | 72 | ``` | |
| 73 | 73 | ||
| 74 | 74 | ## Authentication | |
| Back | FazBrowse Home | New Git URL |
0 commit comments