Skip to content

Getting Started

Mahmoud Ben Hassine edited this page Oct 14, 2015 · 7 revisions

Prerequisite

UStream requires a Java 1.8 runtime.

Build instructions

To build UStream from sources, you need to have git and maven installed and set up.

Please follow these instructions :

  • $>git clone https://github.com/benas/ustream.git
  • $>mvn install

Maven usage

In order to use UStream in your maven based project, add the following dependency to your pom.xml :

<dependency>
    <groupId>io.github.benas</groupId>
    <artifactId>ustream</artifactId>
    <version>0.2</version>
</dependency>
Clone this wiki locally