Skip to content

Commit 20c4493

Browse files
authored
Add maven repository to Usage in readme
1 parent 29db2cb commit 20c4493

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,19 @@ Check the latest version on the [releases page](https://github.com/conduktor/azu
2020
<artifactId>azure-kafka-oauthbearer</artifactId>
2121
<version>0.2.0</version>
2222
</dependency>
23+
24+
<repositories>
25+
<repository>
26+
<id>conduktor-github</id>
27+
<name>GitHub Conduktor Apache Maven Packages</name>
28+
<url>https://maven.pkg.github.com/conduktor/_/</url>
29+
</repository>
30+
</repositories>
2331
```
2432
#### sbt
2533
```sbt
34+
resolvers += s"GitHub Conduktor Apache Maven Packages" at s"https://maven.pkg.github.com/conduktor/_/"
35+
2636
libraryDependencies += "io.conduktor" % "azure-kafka-oauthbearer" % "0.2.0"
2737
```
2838

0 commit comments

Comments
 (0)