GroupId | GroupIdcom.ociweb |
---|---|
ArtifactId | ArtifactIdpronghorn-pipes |
Version | Version1.0.6 |
Type | Typejar |
Filename | Size |
---|---|
pronghorn-pipes-1.0.6.pom | |
pronghorn-pipes-1.0.6.jar | 643 KB |
pronghorn-pipes-1.0.6-sources.jar | 378 KB |
pronghorn-pipes-1.0.6-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ociweb/pronghorn-pipes/ -->
<dependency>
<groupId>com.ociweb</groupId>
<artifactId>pronghorn-pipes</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.ociweb/pronghorn-pipes/
implementation 'com.ociweb:pronghorn-pipes:1.0.6'
// https://jarcasting.com/artifacts/com.ociweb/pronghorn-pipes/
implementation ("com.ociweb:pronghorn-pipes:1.0.6")
'com.ociweb:pronghorn-pipes:jar:1.0.6'
<dependency org="com.ociweb" name="pronghorn-pipes" rev="1.0.6">
<artifact name="pronghorn-pipes" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ociweb', module='pronghorn-pipes', version='1.0.6')
)
libraryDependencies += "com.ociweb" % "pronghorn-pipes" % "1.0.6"
[com.ociweb/pronghorn-pipes "1.0.6"]