Skip to content

Commit 12c3235

Browse files
authored
docs: add reference to jar-with-dependencies in readme (#404)
Towards #399
1 parent 7eedfbc commit 12c3235

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

β€Ž.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)