Skip to content

Zulip Java Client - 0.10.1

Latest

Choose a tag to compare

@jamesnetherton jamesnetherton released this 20 May 14:57

Bug fixes

  • #498 - EventPoller silent thread death on empty event list.

Installation

Maven

<dependency>
    <groupId>com.github.jamesnetherton</groupId>
    <artifactId>zulip-java-client</artifactId>
    <version>0.10.1</version>
</dependency>

Gradle

dependencies {
    compile 'com.github.jamesnetherton:zulip-java-client:0.10.1'
}