Skip to content

Getting Started

Jacob Rachiele edited this page Feb 5, 2018 · 4 revisions

Using

Binaries and dependency information is available at Maven Central

To add as a dependency using Maven:

<dependency>
    <groupId>com.github.signaflo</groupId>
    <artifactId>timeseries</artifactId>
    <version>0.4</version>
</dependency>

For Gradle:

compile 'com.github.signaflo:timeseries:0.4'

Building

To build from source:

$ git clone [email protected]:signaflo/java-timeseries.git
$ cd java-timeseries
$ ./gradlew clean build

Make sure Gradle is set to use JDK version 1.8 or above.

$ export JAVA_HOME=/path/to/jdk/1.8+

If the streaming branch is checked out, then the JDK must be 9.0 or above.