We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 15e6221 + 74f442b commit 1d3a468Copy full SHA for 1d3a468
1 file changed
README.md
@@ -87,6 +87,13 @@ Refer to the [OSSRH Guide](http://central.sonatype.org/pages/ossrh-guide.html) f
87
Add these dependency to your project's POM:
88
89
```xml
90
+<repositories>
91
+ <repository>
92
+ <id>sendbird</id>
93
+ <url>https://repo.sendbird.com/public/maven</url>
94
+ </repository>
95
+</repositories>
96
+
97
<dependencies>
98
<dependency>
99
<groupId>org.sendbird</groupId>
0 commit comments