GroupId | GroupIdcc.redberry |
---|---|
ArtifactId | ArtifactIdpipe |
Version | Version0.9 |
Type | Typejar |
Filename | Size |
---|---|
pipe-0.9.pom | |
pipe-0.9.jar | 39 KB |
pipe-0.9-sources.jar | 34 KB |
pipe-0.9-javadoc.jar | 177 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cc.redberry/pipe/ -->
<dependency>
<groupId>cc.redberry</groupId>
<artifactId>pipe</artifactId>
<version>0.9</version>
</dependency>
// https://jarcasting.com/artifacts/cc.redberry/pipe/
implementation 'cc.redberry:pipe:0.9'
// https://jarcasting.com/artifacts/cc.redberry/pipe/
implementation ("cc.redberry:pipe:0.9")
'cc.redberry:pipe:jar:0.9'
<dependency org="cc.redberry" name="pipe" rev="0.9">
<artifact name="pipe" type="jar" />
</dependency>
@Grapes(
@Grab(group='cc.redberry', module='pipe', version='0.9')
)
libraryDependencies += "cc.redberry" % "pipe" % "0.9"
[cc.redberry/pipe "0.9"]