-
Notifications
You must be signed in to change notification settings - Fork 15
Getting Started
Mahmoud Ben Hassine edited this page Dec 5, 2016
·
7 revisions
UnixStream requires a Java 1.8+ runtime.
To build UnixStream from sources, you need to have git and maven installed and set up.
Please follow these instructions :
$>git clone https://github.com/benas/unix-stream.git
$>cd unix-stream
$>mvn install
In order to use UnixStream in your maven based project, add the following dependency:
<dependency>
<groupId>io.github.benas</groupId>
<artifactId>unix-stream</artifactId>
<version>0.5</version>
</dependency>
UnixStream is created with passion by Mahmoud Ben Hassine