From 12c3235f4799cd2e74d523d1149c55573437c7ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Knut=20Olav=20L=C3=B8ite?= Date: Wed, 24 Mar 2021 05:55:50 +0100 Subject: [PATCH] docs: add reference to jar-with-dependencies in readme (#404) Towards #399 --- .readme-partials.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.readme-partials.yaml b/.readme-partials.yaml index c407ffc2..3407400d 100644 --- a/.readme-partials.yaml +++ b/.readme-partials.yaml @@ -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--single-jar-with-dependencies.jar`). + ### Creating a Shaded Jar A jar with all dependencies included is automatically generated when you execute `mvn package`.