Skip to content

Commit cfc6aa8

Browse files
authored
docs: add reference to jar-with-dependencies in readme (googleapis#404)
Towards googleapis#399
1 parent da55e2b commit cfc6aa8

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

java-spanner-jdbc/.readme-partials.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ custom_content: |
2424
}
2525
```
2626
27+
### Jar with Dependencies
28+
A single jar with all dependencies can be downloaded from https://repo1.maven.org/maven2/com/google/cloud/google-cloud-spanner-jdbc/latest
29+
or be built with the command `mvn package` (select the jar that is named `google-cloud-spanner-jdbc-<version>-single-jar-with-dependencies.jar`).
30+
2731
### Creating a Shaded Jar
2832
2933
A jar with all dependencies included is automatically generated when you execute `mvn package`.

0 commit comments

Comments
 (0)