| License |
License |
|---|---|
| GroupId | GroupIdcc.redberry |
| ArtifactId | ArtifactIdpipe |
| Last Version | Last Version1.2.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionredberry-pipe
Library for parallel data processing.
|
| Filename | Size |
|---|---|
| pipe-1.2.0.pom | |
| pipe-1.2.0.jar | 44 KB |
| pipe-1.2.0-sources.jar | 38 KB |
| pipe-1.2.0-javadoc.jar | 207 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/cc.redberry/pipe/ -->
<dependency>
<groupId>cc.redberry</groupId>
<artifactId>pipe</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/cc.redberry/pipe/
implementation 'cc.redberry:pipe:1.2.0'
// https://jarcasting.com/artifacts/cc.redberry/pipe/
implementation ("cc.redberry:pipe:1.2.0")
'cc.redberry:pipe:jar:1.2.0'
<dependency org="cc.redberry" name="pipe" rev="1.2.0">
<artifact name="pipe" type="jar" />
</dependency>
@Grapes(
@Grab(group='cc.redberry', module='pipe', version='1.2.0')
)
libraryDependencies += "cc.redberry" % "pipe" % "1.2.0"
[cc.redberry/pipe "1.2.0"]