is not current version
Last Version 1.2.0

cc.redberry:pipe 0.9.6

Java library for implementation of concurrent pipelines.

GroupId

GroupId

cc.redberry
ArtifactId

ArtifactId

pipe
Version

Version

0.9.6
Type

Type

jar

Download pipe 0.9.6


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