License |
License |
---|---|
GroupId | GroupIdcom.tinkerpop |
ArtifactId | ArtifactIdpipes |
Last Version | Last Version2.6.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionPipes: A Lazy Data Flow Framework
Pipes is a dataflow framework written in Java that enables the splitting, merging, filtering, and
transformation of data from input to output.
Computations are expressed using a combinator model and are evaluated in a memory-efficient, lazy fashion.
|
Filename | Size |
---|---|
pipes-2.6.0.pom | |
pipes-2.6.0.zip | 1 MB |
pipes-2.6.0-sources.jar | 60 KB |
pipes-2.6.0-javadoc.jar | 475 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.tinkerpop/pipes/ -->
<dependency>
<groupId>com.tinkerpop</groupId>
<artifactId>pipes</artifactId>
<version>2.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.tinkerpop/pipes/
implementation 'com.tinkerpop:pipes:2.6.0'
// https://jarcasting.com/artifacts/com.tinkerpop/pipes/
implementation ("com.tinkerpop:pipes:2.6.0")
'com.tinkerpop:pipes:jar:2.6.0'
<dependency org="com.tinkerpop" name="pipes" rev="2.6.0">
<artifact name="pipes" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tinkerpop', module='pipes', version='2.6.0')
)
libraryDependencies += "com.tinkerpop" % "pipes" % "2.6.0"
[com.tinkerpop/pipes "2.6.0"]
Group / Artifact | Type | Version |
---|---|---|
com.tinkerpop.blueprints : blueprints-core | jar | 2.6.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.5 |