Jar examples for p:pipes
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.
You can download jar file pipes 2.6.0 in this page.
The Apache Software License, Version 2.0
You can use the following script to add pipes-2.6.0.jar to your project.
<dependency> <groupId>com.tinkerpop</groupId> <artifactId>pipes</artifactId> <version>2.6.0</version> </dependency>
compile group: 'com.tinkerpop', name: 'pipes', version: '2.6.0'
libraryDependencies += "com.tinkerpop" % "pipes" % "2.6.0"
<dependency org="com.tinkerpop" name="pipes" rev="2.6.0"/>
@Grapes(@Grab(group='com.tinkerpop', module='pipes', version='2.6.0'))
'com.tinkerpop:pipes:jar:2.6.0'
Click the following link to download the jar file.
pipes-2.6.0-javadoc.jar