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