From 20c44936192ecc211c52878e77ed4faff98559ce Mon Sep 17 00:00:00 2001 From: Quentin Date: Mon, 5 Aug 2024 09:51:07 +0200 Subject: [PATCH] Add maven repository to Usage in readme --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index dbd4f2b..2c92180 100644 --- a/README.md +++ b/README.md @@ -20,9 +20,19 @@ Check the latest version on the [releases page](https://github.com/conduktor/azu azure-kafka-oauthbearer 0.2.0 + + + + conduktor-github + GitHub Conduktor Apache Maven Packages + https://maven.pkg.github.com/conduktor/_/ + + ``` #### sbt ```sbt +resolvers += s"GitHub Conduktor Apache Maven Packages" at s"https://maven.pkg.github.com/conduktor/_/" + libraryDependencies += "io.conduktor" % "azure-kafka-oauthbearer" % "0.2.0" ```