Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 718 Bytes

Installation.md

File metadata and controls

35 lines (22 loc) · 718 Bytes

Prerequisites

Streamflyer 1.2.0 is compiled with source code level 1.6.

Download

Streamflyer 1.2.0 can be downloaded from Maven Central.

The Maven coordinates are

<dependency>
    <groupId>com.github.rwitzel.streamflyer</groupId>
    <artifactId>streamflyer-core</artifactId>
    <version>1.2.0</version>
</dependency>

Dependencies

Streamflyer 1.2.0 depends on Commons IO.

The maven coordinates of that dependency are

<dependency>
   <groupId>commons-io</groupId>
   <artifactId>commons-io</artifactId>
   <version>2.0</version>
</dependency>