-
Notifications
You must be signed in to change notification settings - Fork 15
Getting Started
Mahmoud Ben Hassine edited this page Oct 14, 2015
·
7 revisions
UStream requires a Java 1.8 runtime.
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
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>
UnixStream is created with passion by Mahmoud Ben Hassine