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