| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent bb750c4 commit 995c1ea
3 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -41,7 +41,7 @@ If you are using Maven without BOM, add this to your dependencies: | |||
| 41 | 41 | <dependency> | |
| 42 | 42 | <groupId>com.google.cloud</groupId> | |
| 43 | 43 | <artifactId>google-cloud-servicedirectory</artifactId> | |
| 44 | - <version>2.4.3</version> | ||
| 44 | + <version>2.4.5</version> | ||
| 45 | 45 | </dependency> | |
| 46 | 46 | ||
| 47 | 47 | ``` | |
@@ -56,13 +56,13 @@ implementation 'com.google.cloud:google-cloud-servicedirectory' | |||
| 56 | 56 | If you are using Gradle without BOM, add this to your dependencies: | |
| 57 | 57 | ||
| 58 | 58 | ```Groovy | |
| 59 | - implementation 'com.google.cloud:google-cloud-servicedirectory:2.4.3' | ||
| 59 | + implementation 'com.google.cloud:google-cloud-servicedirectory:2.4.5' | ||
| 60 | 60 | ``` | |
| 61 | 61 | ||
| 62 | 62 | If you are using SBT, add this to your dependencies: | |
| 63 | 63 | ||
| 64 | 64 | ```Scala | |
| 65 | - libraryDependencies += "com.google.cloud" % "google-cloud-servicedirectory" % "2.4.3" | ||
| 65 | + libraryDependencies += "com.google.cloud" % "google-cloud-servicedirectory" % "2.4.5" | ||
| 66 | 66 | ``` | |
| 67 | 67 | ||
| 68 | 68 | ## Authentication | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -29,7 +29,7 @@ | |||
| 29 | 29 | <dependency> | |
| 30 | 30 | <groupId>com.google.cloud</groupId> | |
| 31 | 31 | <artifactId>google-cloud-servicedirectory</artifactId> | |
| 32 | - <version>2.4.3</version> | ||
| 32 | + <version>2.4.5</version> | ||
| 33 | 33 | </dependency> | |
| 34 | 34 | <!-- [END servicedirectory_install_without_bom] --> | |
| 35 | 35 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -28,7 +28,7 @@ | |||
| 28 | 28 | <dependency> | |
| 29 | 29 | <groupId>com.google.cloud</groupId> | |
| 30 | 30 | <artifactId>google-cloud-servicedirectory</artifactId> | |
| 31 | - <version>2.4.3</version> | ||
| 31 | + <version>2.4.5</version> | ||
| 32 | 32 | </dependency> | |
| 33 | 33 | ||
| 34 | 34 | <dependency> | |
| Back | FazBrowse Home | New Git URL |
0 commit comments