data pipelines

Pips offers stream like data producers and consumer for data points. Considering the numerous great stream based libraries it is quite superfluous but still used in some of my projects.

License

License

Categories

Categories

Net
GroupId

GroupId

net.engio
ArtifactId

ArtifactId

pips
Last Version

Last Version

1.0.0.RC1
Release Date

Release Date

Type

Type

jar
Description

Description

data pipelines
Pips offers stream like data producers and consumer for data points. Considering the numerous great stream based libraries it is quite superfluous but still used in some of my projects.
Project URL

Project URL

https://github.com/bennidi/pips

Download pips

How to add to project

<!-- https://jarcasting.com/artifacts/net.engio/pips/ -->
<dependency>
    <groupId>net.engio</groupId>
    <artifactId>pips</artifactId>
    <version>1.0.0.RC1</version>
</dependency>
// https://jarcasting.com/artifacts/net.engio/pips/
implementation 'net.engio:pips:1.0.0.RC1'
// https://jarcasting.com/artifacts/net.engio/pips/
implementation ("net.engio:pips:1.0.0.RC1")
'net.engio:pips:jar:1.0.0.RC1'
<dependency org="net.engio" name="pips" rev="1.0.0.RC1">
  <artifact name="pips" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.engio', module='pips', version='1.0.0.RC1')
)
libraryDependencies += "net.engio" % "pips" % "1.0.0.RC1"
[net.engio/pips "1.0.0.RC1"]

Dependencies

compile (1)

Group / Artifact Type Version
org.jfree : jfreechart jar 1.0.14

test (1)

Group / Artifact Type Version
junit : junit jar 4.10

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.0.RC1