| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 2323bed commit 3d9328d
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 | |
|---|---|---|---|
@@ -19,20 +19,20 @@ If you are using Maven, add this to your pom.xml file: | |||
| 19 | 19 | <dependency> | |
| 20 | 20 | <groupId>com.google.cloud</groupId> | |
| 21 | 21 | <artifactId>google-cloud-dataplex</artifactId> | |
| 22 | - <version>1.0.0</version> | ||
| 22 | + <version>1.0.1</version> | ||
| 23 | 23 | </dependency> | |
| 24 | 24 | ``` | |
| 25 | 25 | ||
| 26 | - If you are using Gradle without BOM, add this to your dependencies | ||
| 26 | + If you are using Gradle without BOM, add this to your dependencies: | ||
| 27 | 27 | ||
| 28 | 28 | ```Groovy | |
| 29 | - implementation 'com.google.cloud:google-cloud-dataplex:1.0.0' | ||
| 29 | + implementation 'com.google.cloud:google-cloud-dataplex:1.0.1' | ||
| 30 | 30 | ``` | |
| 31 | 31 | ||
| 32 | - If you are using SBT, add this to your dependencies | ||
| 32 | + If you are using SBT, add this to your dependencies: | ||
| 33 | 33 | ||
| 34 | 34 | ```Scala | |
| 35 | - libraryDependencies += "com.google.cloud" % "google-cloud-dataplex" % "1.0.0" | ||
| 35 | + libraryDependencies += "com.google.cloud" % "google-cloud-dataplex" % "1.0.1" | ||
| 36 | 36 | ``` | |
| 37 | 37 | ||
| 38 | 38 | ## Authentication | |
| Back | FazBrowse Home | New Git URL |
0 commit comments