Skip to content

Zulip Java Client - 0.6.0

Compare
Choose a tag to compare
@jamesnetherton jamesnetherton released this 06 Jan 10:49
· 108 commits to main since this release

Enhancements

Zulip 8 support.

Installation

Maven

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

Gradle

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