From 8698d115782015601d50a5aa7276fcdba3eeff10 Mon Sep 17 00:00:00 2001 From: courier-docs-bot Date: Mon, 23 Mar 2026 19:31:57 +0000 Subject: [PATCH] docs: sync README from mintlify-docs (2026-03-23 19:31 UTC) --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cf1a8f6..d65d532 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ The Courier Java SDK provides typed access to the Courier REST API from applicat ### Gradle ```kotlin -implementation("com.courier:courier-java:4.10.0") +implementation("com.courier:courier-java:LATEST_VERSION") ``` ### Maven @@ -17,10 +17,12 @@ implementation("com.courier:courier-java:4.10.0") com.courier courier-java - 4.10.0 + LATEST_VERSION ``` +Find the latest version on [Maven Central](https://central.sonatype.com/artifact/com.courier/courier-java). + ## Quick Start ```java