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

chore: regenerate README #309

Merged
merged 1 commit into from
Jan 6, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/readme/synth.metadata/synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-document-ai.git",
"sha": "8310f918449e29a8af4980231e6c681af59c4818"
"sha": "f9c15c67b3eb5770d4d6be1409116bbe7b02705e"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "996775eca5fd934edac3c2ae34b80ff0395b1717"
"sha": "a3e990f3545dc8ccd384a75d20ce9cb185ca6a28"
}
}
]
Expand Down
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,20 @@ If you are using Maven without BOM, add this to your dependencies:

```

If you are using Gradle, add this to your dependencies
If you are using Gradle 5.x or later, add this to your dependencies
```Groovy
compile 'com.google.cloud:google-cloud-document-ai:0.3.6'
implementation platform('com.google.cloud:libraries-bom:16.2.0')

compile 'com.google.cloud:google-cloud-document-ai'
```
If you are using Gradle without BOM, add this to your dependencies
```Groovy
compile 'com.google.cloud:google-cloud-document-ai:0.3.7'
```

If you are using SBT, add this to your dependencies
```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-document-ai" % "0.3.6"
libraryDependencies += "com.google.cloud" % "google-cloud-document-ai" % "0.3.7"
```

## Authentication
Expand Down