matang28 / java-pipelines

Make your data flow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make your data flow

How to install:

Add jitpack.io maven repository to your build.gradle file:

repositories {
    mavenCentral()
    maven { url 'https://jitpack.io' }
}

then add the dependency to your build.grade file:

dependencies {
    ...
    compile 'com.github.matang28:java-pipelines:1.0'

}

About

Make your data flow

License:Apache License 2.0


Languages

Language:Java 100.0%