From 96623cdb6c5b4e8779a68980cb362d583e1c1d9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Knut=20Olav=20L=C3=B8ite?= Date: Tue, 23 Mar 2021 19:44:09 +0100 Subject: [PATCH] docs: add reference to jar-with-dependencies in readme 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`.