Zulip Java Client - 0.5.2
Enhancements
- Support for user alert words API thanks to @youknowwjk
- Add alert words
- Get all alert words
- Remove alert words
Installation
Maven
<dependency>
<groupId>com.github.jamesnetherton</groupId>
<artifactId>zulip-java-client</artifactId>
<version>0.5.2</version>
</dependency>
Gradle
dependencies {
compile 'com.github.jamesnetherton:zulip-java-client:0.5.2'
}