License |
License |
---|---|
GroupId | GroupIdcc.redberry |
ArtifactId | ArtifactIdpipe |
Version | Version1.0.0-alpha0 |
Type | Typejar |
Description |
Descriptionpipe
Java library for implementation of concurrent pipelines.
|
Filename | Size |
---|---|
pipe-1.0.0-alpha0.pom | |
pipe-1.0.0-alpha0.jar | 68 KB |
pipe-1.0.0-alpha0-sources.jar | 47 KB |
pipe-1.0.0-alpha0-javadoc.jar | 260 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cc.redberry/pipe/ -->
<dependency>
<groupId>cc.redberry</groupId>
<artifactId>pipe</artifactId>
<version>1.0.0-alpha0</version>
</dependency>
// https://jarcasting.com/artifacts/cc.redberry/pipe/
implementation 'cc.redberry:pipe:1.0.0-alpha0'
// https://jarcasting.com/artifacts/cc.redberry/pipe/
implementation ("cc.redberry:pipe:1.0.0-alpha0")
'cc.redberry:pipe:jar:1.0.0-alpha0'
<dependency org="cc.redberry" name="pipe" rev="1.0.0-alpha0">
<artifact name="pipe" type="jar" />
</dependency>
@Grapes(
@Grab(group='cc.redberry', module='pipe', version='1.0.0-alpha0')
)
libraryDependencies += "cc.redberry" % "pipe" % "1.0.0-alpha0"
[cc.redberry/pipe "1.0.0-alpha0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.2 |
org.apache.commons : commons-math | jar | 2.2 |