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

Commit c08aa6f

Browse files
chore: regenerate README (#309)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-01-06 22:28:28,540 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-document-ai/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-01-06 22:28:29,394 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata. ``` </details> Full log will be available here: https://source.cloud.google.com/results/invocations/f5858ae3-984c-48a2-863b-212ec600a849/targets - [ ] To automatically regenerate this PR, check this box.
1 parent f9c15c6 commit c08aa6f

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
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-document-ai.git",
7-
"sha": "8310f918449e29a8af4980231e6c681af59c4818"
7+
"sha": "f9c15c67b3eb5770d4d6be1409116bbe7b02705e"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "996775eca5fd934edac3c2ae34b80ff0395b1717"
14+
"sha": "a3e990f3545dc8ccd384a75d20ce9cb185ca6a28"
1515
}
1616
}
1717
]

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,20 @@ If you are using Maven without BOM, add this to your dependencies:
4747

4848
```
4949

50-
If you are using Gradle, add this to your dependencies
50+
If you are using Gradle 5.x or later, add this to your dependencies
5151
```Groovy
52-
compile 'com.google.cloud:google-cloud-document-ai:0.3.6'
52+
implementation platform('com.google.cloud:libraries-bom:16.2.0')
53+
54+
compile 'com.google.cloud:google-cloud-document-ai'
55+
```
56+
If you are using Gradle without BOM, add this to your dependencies
57+
```Groovy
58+
compile 'com.google.cloud:google-cloud-document-ai:0.3.7'
5359
```
60+
5461
If you are using SBT, add this to your dependencies
5562
```Scala
56-
libraryDependencies += "com.google.cloud" % "google-cloud-document-ai" % "0.3.6"
63+
libraryDependencies += "com.google.cloud" % "google-cloud-document-ai" % "0.3.7"
5764
```
5865

5966
## Authentication

0 commit comments

Comments
 (0)