Skip to content

Commit

Permalink
Add maven repository to Usage in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
qboileau authored Aug 5, 2024
1 parent 29db2cb commit 20c4493
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,19 @@ Check the latest version on the [releases page](https://github.com/conduktor/azu
<artifactId>azure-kafka-oauthbearer</artifactId>
<version>0.2.0</version>
</dependency>

<repositories>
<repository>
<id>conduktor-github</id>
<name>GitHub Conduktor Apache Maven Packages</name>
<url>https://maven.pkg.github.com/conduktor/_/</url>
</repository>
</repositories>
```
#### 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"
```

Expand Down

0 comments on commit 20c4493

Please sign in to comment.