We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7eedfbc commit 12c3235Copy full SHA for 12c3235
β.readme-partials.yamlβ
@@ -24,6 +24,10 @@ custom_content: |
24
}
25
```
26
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
+
31
### Creating a Shaded Jar
32
33
A jar with all dependencies included is automatically generated when you execute `mvn package`.
0 commit comments