Skip to content

Getting Started

Mahmoud Ben Hassine edited this page Dec 5, 2016 · 7 revisions

Prerequisite

UnixStream requires a Java 1.8+ runtime.

Build instructions

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

Maven usage

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>
Clone this wiki locally