stream-java is a Java client for Stream.
You can sign up for a Stream account at https://getstream.io/get_started.
Add the following dependency to your pom.xml:
<dependency>
<groupId>io.getstream.client</groupId>
<artifactId>stream-java</artifactId>
<version>3.0.0</version>
</dependency>
or in your build.gradle:
compile 'io.getstream.client:stream-java:3.0.0'
In case you want to download the artifact and put it manually into your project, you can download it from here.
Snapshots of the development version are available in Sonatype snapshots repository.
This API Client project requires Java SE 8.
Documentation for this Java client are available at the Stream website.
For examples have a look here.
Docs are available on GetStream.io.
Javadocs are available here.
Run gradle wrapper --gradle-version 5.0 to generate gradle wrapper files
Run gradle test to execute integration tests
Project is maintained by Max Klyga.
This project was originally contributed by Alessandro Pieri.
We continue to welcome pull requests from community members.
Copyright (c) 2016-2018 Stream.io Inc, and individual contributors. All rights reserved.
See the file "LICENSE" for information on the history of this software, terms & conditions for usage, and a DISCLAIMER OF ALL WARRANTIES.