GroupId | GroupIdcom.ociweb |
---|---|
ArtifactId | ArtifactIdpronghorn-pipes |
Version | Version1.0.10 |
Type | Typejar |
Filename | Size |
---|---|
pronghorn-pipes-1.0.10.pom | |
pronghorn-pipes-1.0.10.jar | 649 KB |
pronghorn-pipes-1.0.10-sources.jar | 383 KB |
pronghorn-pipes-1.0.10-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.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.ociweb/pronghorn-pipes/
implementation 'com.ociweb:pronghorn-pipes:1.0.10'
// https://jarcasting.com/artifacts/com.ociweb/pronghorn-pipes/
implementation ("com.ociweb:pronghorn-pipes:1.0.10")
'com.ociweb:pronghorn-pipes:jar:1.0.10'
<dependency org="com.ociweb" name="pronghorn-pipes" rev="1.0.10">
<artifact name="pronghorn-pipes" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ociweb', module='pronghorn-pipes', version='1.0.10')
)
libraryDependencies += "com.ociweb" % "pronghorn-pipes" % "1.0.10"
[com.ociweb/pronghorn-pipes "1.0.10"]