Skip to content

Zulip Java Client - 0.7.0

Compare
Choose a tag to compare
@jamesnetherton jamesnetherton released this 11 Aug 12:19
· 56 commits to main since this release

Enhancements

Zulip 9 support.

Installation

Maven

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

Gradle

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