Skip to content

GetStream/stream-java

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

191 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stream-java

stream-java is a Java client for Stream.

You can sign up for a Stream account at https://getstream.io/get_started.

Installation

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.

JDK / JVM version requirements

This API Client project requires Java SE 8.

Full documentation

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.

Building & Testing

Run gradle wrapper --gradle-version 5.0 to generate gradle wrapper files

Run gradle test to execute integration tests

Credits & Contributors

Project is maintained by Max Klyga.

This project was originally contributed by Alessandro Pieri.

We continue to welcome pull requests from community members.

Copyright and License Information

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.

Packages

 
 
 

Contributors