License |
License |
---|---|
GroupId | GroupIdcom.ociweb |
ArtifactId | ArtifactIdpronghorn-pipes |
Version | Version1.0.34 |
Type | Typejar |
Description |
Descriptionpronghorn-pipes
Ring buffer based queuing utility for applications that require high performance and/or a small
footprint. Well suited for embedded and stream based processing.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
pronghorn-pipes-1.0.34.pom | |
pronghorn-pipes-1.0.34.jar | 663 KB |
pronghorn-pipes-1.0.34-sources.jar | 398 KB |
pronghorn-pipes-1.0.34-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ociweb/pronghorn-pipes/ -->
<dependency>
<groupId>com.ociweb</groupId>
<artifactId>pronghorn-pipes</artifactId>
<version>1.0.34</version>
</dependency>
// https://jarcasting.com/artifacts/com.ociweb/pronghorn-pipes/
implementation 'com.ociweb:pronghorn-pipes:1.0.34'
// https://jarcasting.com/artifacts/com.ociweb/pronghorn-pipes/
implementation ("com.ociweb:pronghorn-pipes:1.0.34")
'com.ociweb:pronghorn-pipes:jar:1.0.34'
<dependency org="com.ociweb" name="pronghorn-pipes" rev="1.0.34">
<artifact name="pronghorn-pipes" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ociweb', module='pronghorn-pipes', version='1.0.34')
)
libraryDependencies += "com.ociweb" % "pronghorn-pipes" % "1.0.34"
[com.ociweb/pronghorn-pipes "1.0.34"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.25 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-simple | jar | 1.7.25 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit Optional | jar | 4.12 |