Skip to content

Commit

Permalink
docs: add reference to jar-with-dependencies in readme (#404)
Browse files Browse the repository at this point in the history
Towards #399
  • Loading branch information
olavloite committed Mar 24, 2021
1 parent 7eedfbc commit 12c3235
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .readme-partials.yaml
Expand Up @@ -24,6 +24,10 @@ custom_content: |
}
```
### Jar with Dependencies
A single jar with all dependencies can be downloaded from https://repo1.maven.org/maven2/com/google/cloud/google-cloud-spanner-jdbc/latest
or be built with the command `mvn package` (select the jar that is named `google-cloud-spanner-jdbc-<version>-single-jar-with-dependencies.jar`).
### Creating a Shaded Jar
A jar with all dependencies included is automatically generated when you execute `mvn package`.
Expand Down

0 comments on commit 12c3235

Please sign in to comment.