p

pips

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.
https://github.com/bennidi/pips
MIT license
Benjamin Diedrichsen
Files download
File Operation
pips-1.0.0.RC1.jar download
pips-1.0.0.RC1.pom download
pips-1.0.0.RC1-sources.jar download
Apache Maven
<dependency>
  <groupId>net.engio</groupId>
  <artifactId>pips</artifactId>
  <version>1.0.0.RC1</version>
</dependency>
Gradle Groovy
implementation 'net.engio:pips:1.0.0.RC1'
Gradle Kotlin
implementation("net.engio:pips:1.0.0.RC1")
Scala SBT
libraryDependencies += "net.engio" % "pips" % "1.0.0.RC1"
Groovy Grape
@Grapes(
  @Grab(group='net.engio', module='pips', version='1.0.0.RC1')
)
Apache Ivy
<dependency org="net.engio" name="pips" rev="1.0.0.RC1" />
Leiningen
[net.engio/pips "1.0.0.RC1"]
Apache Buildr
'net.engio:pips:jar:1.0.0.RC1'
Dependencies