is not current version
Last Version 2.6.0

com.tinkerpop:pipes 2.4.0

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.

GroupId

GroupId

com.tinkerpop
ArtifactId

ArtifactId

pipes
Version

Version

2.4.0
Type

Type

jar

Download pipes 2.4.0


<!-- https://jarcasting.com/artifacts/com.tinkerpop/pipes/ -->
<dependency>
    <groupId>com.tinkerpop</groupId>
    <artifactId>pipes</artifactId>
    <version>2.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.tinkerpop/pipes/
implementation 'com.tinkerpop:pipes:2.4.0'
// https://jarcasting.com/artifacts/com.tinkerpop/pipes/
implementation ("com.tinkerpop:pipes:2.4.0")
'com.tinkerpop:pipes:jar:2.4.0'
<dependency org="com.tinkerpop" name="pipes" rev="2.4.0">
  <artifact name="pipes" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tinkerpop', module='pipes', version='2.4.0')
)
libraryDependencies += "com.tinkerpop" % "pipes" % "2.4.0"
[com.tinkerpop/pipes "2.4.0"]