From c27d4bb7e200b7704597f8cb1c0e6af02abc9192 Mon Sep 17 00:00:00 2001 From: Paul Ebermann Date: Tue, 15 Aug 2023 17:13:26 +0200 Subject: [PATCH] README: how to use from Gradle --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index ee3315a..5ecee57 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,12 @@ If you are using Maven, include the library in your `pom.xml`: ``` +In Gradle, it's just one line: + +```groovy +implementation "org.zalando:nakadi-producer-spring-boot-starter:${nakadiProducerVersion}" +``` + The latest available version is visible in the Maven central badge at the top of this README. The library uses Flyway migrations to set up its own database schema `nakadi_events`.