We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf34a0c commit 6f147c7Copy full SHA for 6f147c7
README.md
@@ -8,9 +8,9 @@ Just add the following dependency to your pom.xml or the JAR of this repository
8
9
```xml
10
<dependency>
11
- <groupId>io.taliox</groupId>
12
- <artifactId>zulip-java-rest</artifactId>
13
- <version>0.0.1-SNAPSHOT</version>
+ <groupId>io.taliox</groupId>
+ <artifactId>zulip-java-rest</artifactId>
+ <version>0.0.2</version>
14
</dependency>
15
```
16
### Where do I get the API key for authentication?
0 commit comments