Skip to content
This repository was archived by the owner on Feb 24, 2026. It is now read-only.

Commit e9f627f

Browse files
chore: regenerate README
1 parent af72e6e commit e9f627f

2 files changed

Lines changed: 10 additions & 3 deletions

File tree

.github/readme/synth.metadata/synth.metadata

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-bigquerystorage.git",
7-
"sha": "423e8bf6c4841ee571dd8312d3b8318271494021"
7+
"sha": "af72e6e9b4100e4f47fad4139437a04aa3ee7535"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "3f67ceece7e797a5736a25488aae35405649b90b"
14+
"sha": "759bdfc5272d9977324d7cfdae46771e23890f91"
1515
}
1616
}
1717
]

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,17 @@ If you are using Maven without BOM, add this to your dependencies:
4343

4444
```
4545

46-
If you are using Gradle, add this to your dependencies
46+
If you are using Gradle 5.x or later, add this to your dependencies
47+
```Groovy
48+
implementation platform('com.google.cloud:libraries-bom:16.2.0')
49+
50+
compile 'com.google.cloud:google-cloud-bigquerystorage'
51+
```
52+
If you are using Gradle without BOM, add this to your dependencies
4753
```Groovy
4854
compile 'com.google.cloud:google-cloud-bigquerystorage:1.7.2'
4955
```
56+
5057
If you are using SBT, add this to your dependencies
5158
```Scala
5259
libraryDependencies += "com.google.cloud" % "google-cloud-bigquerystorage" % "1.7.2"

0 commit comments

Comments
 (0)