Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

Commit 7fc68ef

Browse files
chore: regenerate README (#334)
1 parent 222e7f5 commit 7fc68ef

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-websecurityscanner.git",
7-
"sha": "c518f6e64af74faf0296d90c45d39cb03d7f75e9"
7+
"sha": "e3b8c3369ba6b79a03fcd5fda8be7ae3c6c39cb4"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "6133907dbb3ddab204a17a15d5c53ec0aae9b033"
14+
"sha": "a3e990f3545dc8ccd384a75d20ce9cb185ca6a28"
1515
}
1616
}
1717
]

README.md

+8-1
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-websecurityscanner'
51+
```
52+
If you are using Gradle without BOM, add this to your dependencies
4753
```Groovy
4854
compile 'com.google.cloud:google-cloud-websecurityscanner:1.0.9'
4955
```
56+
5057
If you are using SBT, add this to your dependencies
5158
```Scala
5259
libraryDependencies += "com.google.cloud" % "google-cloud-websecurityscanner" % "1.0.9"

0 commit comments

Comments
 (0)