Skip to content

Zulip Java Client - 0.9.0

Latest

Choose a tag to compare

@jamesnetherton jamesnetherton released this 29 Aug 08:07
· 42 commits to main since this release

Enhancements

Zulip 11 support.

Installation

Maven

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

Gradle

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