We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da55e2b commit cfc6aa8Copy full SHA for cfc6aa8
1 file changed
java-spanner-jdbc/.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