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

Commit ebfc4c0

Browse files
chore: regenerate README
1 parent c3e9348 commit ebfc4c0

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

.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-bigquery.git",
7-
"sha": "82c8dab9832f06c9ed44869769b98846a39eeb6a"
7+
"sha": "c3e934809eddfdf6e191f50acf97e8670a80865b"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "3f67ceece7e797a5736a25488aae35405649b90b"
14+
"sha": "a3e990f3545dc8ccd384a75d20ce9cb185ca6a28"
1515
}
1616
}
1717
]

README.md

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

4646
```
4747

48-
If you are using Gradle, add this to your dependencies
48+
If you are using Gradle 5.x or later, add this to your dependencies
49+
```Groovy
50+
implementation platform('com.google.cloud:libraries-bom:16.2.0')
51+
52+
compile 'com.google.cloud:google-cloud-bigquery'
53+
```
54+
If you are using Gradle without BOM, add this to your dependencies
4955
```Groovy
5056
compile 'com.google.cloud:google-cloud-bigquery:1.126.3'
5157
```
58+
5259
If you are using SBT, add this to your dependencies
5360
```Scala
5461
libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "1.126.3"

0 commit comments

Comments
 (0)